what are the different file operationscreate -


What are the different file operations?

  1. Create: - Space for the file in the file system update directory table.
  2. Write: - file name and data to be written is passed into the kernel and it write pointer points to the next possible location to which we can write.
  3. Read:-file name is passed to the kernel and Read pointer points to the current position.
  4. Delete a file:-kernel checks in the directory as well as removes the file from there.
  5. Truncation: - Erase (remove) the content of the file.

 

Request for Solution File

Ask an Expert for Answer!!
Operating System: what are the different file operationscreate -
Reference No:- TGS0307443

Expected delivery within 24 Hours