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/* .
$
MarketMarket:   Geeks / Love / Learn / Freelance / Jobs / Rent
Save this page to any social bookmarking site! Bookmark · Search · Market
2008-06-17 · John December · Contact · Terms of Use © December Communications, Inc.