Programming and posix - February 2001

February 10, 2001
Solution Symposium
Page 6
hp e3000
programming
and posix
organizing files with directories - a
review
Displaying your current directory - pwd
Absolute and relative pathnames
/an/absolute/pathname
a/relative/pathname
./another/relative/pathname
../upward/relative/pathname
Changing to a different directory - cd
Creating a new directory - mkdir
Removing a directory - rmdir
Recursively scan directories - find