Workbook 1 Chap 4 Running Commands Flashcards
1
Q
What does the first word on a command line generally refer to? [24]
A
Command
2
Q
In the following command line
(i) identify
(ii) the switch(es)
(iii) the argument(s). [26]
[obamab@station obamab]$ ls -s -w 40 -r /usr
A
(i) ls
(ii) -s -w -r
(iii) 40
3
Q
What long command line switch can be used with most commands to obtain help?
A
– help
4
Q
What two short command line switches can be used with most commands to obtain help?
A
-h