CSC 275 - Operating Systems Practicum
Dr. R. M. Siegfried
Assignment #6 - Using Basic File Commands
Due Friday, October 7, 2022 (Section 1)
Due Wednesday, October 12, 2022 (Section 2)
You are going to use various commands to accomplish the following:
- Use
echo $HOME
to determine your
home directory.
- Use
du
to find out how many disk
blocks your home directory, its files and its subdirectories and THEIR
files use.
- Create a subdirectory called
assn6
.
- Copy two file into this directory from your home directory. Create a link for each file.
- Create a new text file, and determine from its long directory listing what your permission mask must be.
- Change your permissions default using
umask
so you have read permission and your group and the rest of the
world have no permission.
- Use
umask
to reset your default
permission to the way that were previsouly.
- Find absolute path of the online manual page for
umask
.
- Copy and paste your Panther session into Notepad .
- Submit your file as hardcopy or on Moodle.
[Back to the Assignment List]