prev
Getting Around
next
You can also
cd
without a fully qualified path
%
pwd
/home/bsmith/mp3
%
cd ..
%
pwd
/home/bsmith
%
cd public_html
%
pwd
/home/bsmith/public_html
Tab completion of file names saves typing
Double-Tab (bash) or CTRL-D (tcsh) for listing of matches