Lecture 2
Lecture 2
SYSTEMS
❑ Basic OS Troubleshooting
DEFINITION OF OPERATING SYSTEM
❑Limited Tasks: Very few tasks run at the same time and
their concentration is very less on a few applications to
avoid errors.
❑Use heavy system resources: Sometimes the system
resources are not so good, and they are expensive as well.
❑Complex Algorithms: The algorithms are very complex
and difficult for the designer to write on
FILE SYSTEM MANAGEMENT
✓ Paths: Inn the file hierarchy, every file and directory has
a specific path that shows its location relative to the root
directory. A path consists of multiple directory names
separated by delimiters, such as '/' in Unix or '\' in
Windows. For example, the Linux path
"/home/user/documents/file.txt" refers to a file named
"file.txt" within the "documents" directory, which is
inside the "user" directory, itself contained within the
"home“.
FILE HIERARCHY
In summary
❑File Hierarchy concept is an important component of file
management in operating systems because it provides a
systematic and organized approach to storing and
accessing files and directories.
❑ It streamlines the data organization process, improves file
system navigation, and improves the overall user
experience when working with data on computers and
other devices.
FILE OPERATIONS
THANK YOU