Environment Status
|
| ls |
List files in current directory |
| ls -1 |
Long listing of file (including mode, date, etc.) |
| ls -a |
List all files (including hidden files beginning with
'.' ) |
| ls d |
List files in directory d |
| man c |
Manual help for command c |
| man -k w |
List all command related to keyword w |
| who |
List users |
| finger n |
Diplay user information on user n |
| pwd |
Display current working directory |
| date |
Display date |