Unit 4 Information and File Mgmt
Unit 4 Information and File Mgmt
Path name
Can have the same file name for different user
Efficient searching
Tree-Structured Directories
Tree-Structured Directories (Cont)
Absolute or relative path name
Creating a new file is done in current directory
Delete a file
rm <file-name>
Creating a new subdirectory is done in current directory
mkdir <dir-name>
Example: if in current directory /mail
mkdir count
Delete a file
Search for the file