User guide

ls
ls list files
Lists files or inodes in the system. Inodes are RAM disk files, open channels, and
some drivers. RAM disk files include script files, diagnostics, and executable shell
commands.
Syntax
ls [-l] [
file1
][
file2 . . .
]
Arguments
file1 file2 . . .
Specifies the files or inodes to be listed. If you omit the argument, the command
lists all files and inodes on the system.
Options
-l
Lists the files or inodes in long format. Each file or inode is listed on a line with
additional information. By default, the command lists just file names.
Examples
1.
>>> ls examine
examine
Lists the file named
examine
.
2.
>>> ls d*
d date debug1 debug2 decode deposit
dg_pidlist dka0.0.0.0.0 dke100.1.0.4.0
dub0.0.0.1.0 dynamic
Lists files and inodes that start with d.
Console Commands 13–63