0

What are three of the basic file operations provided via system calls in the Linux kernel?

Weigel Gram
  • 185
  • 1
  • 2
  • 11

1 Answers1

2

I would say the most basic are the four: open(), read(), write() and close().

Jacek Konieczny
  • 8,283
  • 2
  • 23
  • 35