Symbols Involving Directories

a Unix file system

Say I am logged in as the user "john."

$ pwd
/users/john/ 
$ cd ~mary
$ pwd
/users/mary/ 
$ cd ~
$ pwd
/users/john/ 
$ cd .
$ pwd
/users/john/
$ cd ..
$ pwd
/users/
$ cd mary
$ cp ../john/* .
$
Save this page to any social bookmarking site! Bookmark · Search · Market
2008-07-15 · John December · Contact · Terms of Use © December Communications, Inc.