ls [-alniFH][directory]
lists the contents of directory. This command is similar to the Unix ls command.
directory must be on a HFS file system. /stand is the default directory
The ls command-line options are the same as the Unix shell lsoptions.
For detailed explanations, see the ls(1M) manpage. In brief:
| -a | all entries |
| -l | long listing |
| -n | numerical UIDs and GIDs |
| -i | inode |
| -F | appends a character after the entry, depending
on the file type, such as a / (slash) for
a directory |
For example, to view the listing of files in winona2's /stand directory:
MON> ls /stand lost+found ioconfig bootconf system system.d vmunix dlkm.vmunix.prevbuild kernrel rootconf vpdb vpmon.dmp vmunix.backup system.prev vmunix.prev dlkm vpdb.backup vpmon
|