Basic UNIX Commands Summary Sheet
- ls or ls-al
- show a listing of the files in your workspace
- cat or more filename
- print out the files on the screen so you can read it
- rm filename
- removes a file from your workspace
- grep KEYWORD filename
- finds the KEYWORD in the file indicated
- cd directory
- changes to a subdirectory
- mkdir directory
- makes a new subdirectory
- rmdir directory
- removes a subdirectory (must be empty first!)
- syspic -p proc
- shows processes currently running on the machine
- logout
- ends the session (don't forget to do this!)
Home
Contents
Previous
Next
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 |
29 |
30 |
31 |
32 |
33 |
34 |
35 |
36 |
37 |
38 |