Programming and posix - April 2002

April 3, 2002
Solution Symposium
Page 7
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