File System Hierarchy
- directories can contain files or subdirectories
- all files and directories descend from the "root" directory /
- each user has a home directory in the tree in which he or
she can create files
and subdirectories
- each Unix process has a ``current working directory''.
- location of files by ``paths'', either
- absolute, directions from the root directory, begin with a /
/vmunix
/bin/ksh
/user1/pas/bin/demo.setup
- relative, directions from the current working directory, don't begin with a slash.
bin
bin/demo.setup
../misdev/abin/sutomisdev
../../vmunix
On to Filesystem Commands...