Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Linux カーネルでシステム コールを介して提供される基本的なファイル操作を 3 つ挙げてください。
最も基本的なのは、、、、の4つopen()です。read()write()close()
open()
read()
write()
close()