Linux Practical Assignment_C1.2.
Linux Practical Assignment_C1.2.
Linux Practical
Assignment
Total Grade: 5 Points
Important Instructions:
• Each student must complete this assignment individually.
• Customized input values are mandatory (e.g., use your own username, birth date, and
unique system variables).
• Submit a document (PDF/Word) with screenshots of all commands executed commands
and script outputs.
• Cheating or identical submissions will result in a ZERO grade.
CS432 - Operating Systems 2
Linux Practical Assignment
Permissions:
1. Create a directory named /home/[your_name]_linux (e.g., /home/linah_linux).
2. Inside this directory, create a text file named after your birth month (e.g.,
December.txt).
3. Change the file’s permission so:
a. You (owner) have full access.
b. Your group has only read and execute access.
c. Others have no access.
Disk Management:
1. Check disk usage of a directory that contains the most files on your system.
2. Show the folder size of the directory you created home/[your_name]_linux.
CS432 - Operating Systems 2
Linux Practical Assignment