DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 
Directories and files

Summary

To see what directory you are in pwd (print working directory)
To change directories cd pathname
To go to your home directory cd
cd $HOME
To list files ls
To list files in columns lc
To list files and show type lf
To list all files, even hidden ones ls -a
To make a long listing of all files beginning with ``m'' l m* or ls -l m*

For more information about See
pwd, cd, and the ls family of commands pwd(C), cd(C), and ls(C)


Previous topic: Narrowing the listing: using wildcards

© 2005 The SCO Group, Inc. All rights reserved.
SCO OpenServer Release 6.0.0 -- 03 June 2005