Linux CW
Linux CW
Task
1. / (Root Directory):
The root directory is the starting point of the file system hierarchy.
It contains all other directories and files on the system.
Only the root user has write permission to this directory.
2. /bin (Binary):
Contains essential binary executable files required for system boot and maintenance.
Common utilities like ls, cp, mv, rm, etc., are stored here.
3. /boot:
Contains boot loader files and kernel images required for system booting.
Configuration files related to the boot process are also stored here.
4. /dev (Device):
Contains device files representing hardware devices connected to the system.
These files provide an interface for interacting with hardware devices.
6. /home:
Contains user home directories.
Each user on the system typically has a subdirectory here for storing their personal files and
settings.
7. /lib (Library):
Contains shared libraries required by executable files in /bin and /sbin.
These libraries provide common functions and routines used by various programs.
8. /media:
Mount point for removable media such as USB drives, CD-ROMs, and external hard drives.
When a removable media device is mounted, its contents are accessible under this directory.
9. /mnt (Mount):
Mount point for temporarily mounted filesystems.
Administrators often mount other filesystems (e.g., network shares) under this directory.
12. /root:
Home directory for the root user.
Similar to user home directories in /home, but specific to the root user.
References
Barrett, D. J. (2020). Linux Pocket Guide. Sebastopol: O'Reilly Media.
Bresnahan:, R. B. (2021). Linux Command Line and Shell Scripting Bible. Indianapolis: Wiley.
Evi Nemeth, G. S. (2017). UNIX and Linux System Administration Handbook. Upper Saddle River:
Addison-Wesley Professional.
Ward, B. (2014). How Linux Works: What Every Superuser Should Know. San Francisco: No Starch Press.