Question

One of the critical responsibilities of the operating system is to manage the file system. When...

One of the critical responsibilities of the operating system is to manage the file system. When discussing the file system, the operating system has several tasks that it can perform. Listed below are 6 tasks that can be performed on files by the operating system. Describe in a sentence or two how the operating system handles each task.

  • CREATE
  • WRITE
  • MOVE
  • REPLACE
  • CLOSE
  • DELETE
0 0
Add a comment Improve this question Transcribed image text
Answer #1

1)CREATE: finds space on disk and make an entry in the directory.

2)WRITE:Operating System maintains a write pointer for every file which points to the position in the file from which, the data needs to be written.

3)MOVE: moves the file into another directory. Move is also used to change the name of file.

4)REPLACE: moves the file pointers forward or backward.It also called seek.

5)CLOSE: operating system closes the file pointer.

6)DELETE: deletes the file attributes.make memory available for other files.

Add a comment
Know the answer?
Add Answer to:
One of the critical responsibilities of the operating system is to manage the file system. When...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • File structure is a structure, which is according to a required format that operating system can...

    File structure is a structure, which is according to a required format that operating system can understand. A file has a certain defined structure according to its type. A text file is a sequence of characters organized into lines. A source file is a sequence of procedures and functions. An object file is a sequence of bytes organized into blocks that are understandable by the machine. When operating system defines different file structures, it also contains the code to support...

  • Computer Science: Operating Systems - (File-System Interface) Some systems automatically delete all user files when a...

    Computer Science: Operating Systems - (File-System Interface) Some systems automatically delete all user files when a user logs off or a job terminates, unless the user explicitly requests that they be kept; other systems keep all files unless the user explicitly deletes them. Discuss the relative merits of each approach.

  • Using only shell commands, create a directory structure in your Linux file system to organize files...

    Using only shell commands, create a directory structure in your Linux file system to organize files for this course. An example structure may look like the following: osweb homework homework1.c homework2.java homework3.cpp labs lab1 setup.txt projects Include the following by only using shell commands: List the contents of a directory Write data to a text file Print the contents of a text file to the terminal Delete a text file Move a text file to a different directory Rename a...

  • C++ program Write a C++ program to manage a hospital system, the system mainly uses file...

    C++ program Write a C++ program to manage a hospital system, the system mainly uses file handling to perform basic operations like how to add, edit, search, and delete record. Write the following functions: 1. hospital_menu: This function will display the following menu and prompt the user to enter her/his option. The system will keep showing the menu repeatedly until the user selects option 'e' from the menu. Arkansas Children Hospital a. Add new patient record b. Search record c....

  • In Unix/Linux, input and output are treated as files and referenced by the operating system using file descriptors. When you open a shell session, for example, three file descriptors are in use: 0 st...

    In Unix/Linux, input and output are treated as files and referenced by the operating system using file descriptors. When you open a shell session, for example, three file descriptors are in use: 0 standard input (stdin) 1 standard output (stdout) 2 standard error (stderr) By default, the command interpreter (shell) reads keyboard input from file descriptor 0 (stdin) and writes output to file descriptor 1 (stdout), which appears on the screen. As you explored in Lab 2, input/output can be...

  • Completion is a screenshot of the batch file showing all of the steps to create the file system s...

    Completion is a screenshot of the batch file showing all of the steps to create the file system shown below. Instructions Create a batch file clifilesystem.cmd using Notepad which performs the following steps to create the file system shown below. Also use a proper comment for each step before the command. Proof your work. Finally submit the clifilesystem.cmd file in Blackboard Figure 1. The clijfilesystem.cmd file system Work from Desktop unless using an absolute path Desktop NOS110 OS Labs Homework...

  • is due in 2 hours so i had to repost, sorry. Create an application that allows...

    is due in 2 hours so i had to repost, sorry. Create an application that allows you to manage a task list that’s stored in a database. using java and netbeans Console: Task List COMMAND MENU view - View pending tasks history -View completed tasks add -Add a task complete -Complete a task delete -Delete a task exit -Exit program Command: view 1. Buy toothbrush 2. Do homework Command: complete Number: 2 Command: add Description: Pay bills Command: view 1....

  • Topic Your company is currently planning to automate many different system administration tasks. Your manager has...

    Topic Your company is currently planning to automate many different system administration tasks. Your manager has asked you to research a system administration task and implement it using VBScript. In addition, your manager would like to see both a proposal that describes the system administration task and a complete VBScript solution with sample output runs. In today's technical environment, IT professionals often are dislocated from their managers and peers, however, it is important to retain strong communication channels using technology....

  • vvvvvvv Get to Know QuickBooks Better Working Around the Home Page Identify which area of the...

    vvvvvvv Get to Know QuickBooks Better Working Around the Home Page Identify which area of the Home page you would go to perform the following tasks (areas include: Vendors, Customers, Employees, Company, and Banking), as well as the task icon you would choose. (Hint: You may need to utilize the “tool tips” feature.) Task Home Page Area Task Icon Create a bill for a customer to pay at a later date Create invoice customer Write a check to the grocery...

  • How do I correct this error in my code? When it got to the file type...

    How do I correct this error in my code? When it got to the file type I can only go "null" from a certain point and I'm wondering how to correct this error. Also can I get a word document on this coding strategy for this problem? How much of this am I doing correctly? The original problem description: Create a program that provides a listing of all the files in a directory. The program should be a Java application...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT