Workbook 1 Chap 3 Examining the file system Flashcards
1
Q
What is an absolute reference? [19]
A
/ refer to files relative to the root directory.
2
Q
What color does the ls command use to display names of (i) directory files, (ii) executable files,
and (iii) regular files? [20/lecture]
A
i) Blue
ii) Green
iii) White
3
Q
What command can concatenate multiple files and output the concatenated result? [20]
A
The cat command
4
Q
n which directory is a user placed upon logging in? [21]
A
Home Directory
5
Q
Give a command line that redirects to calendar.txt the output of the command used to display a
calendar. [21]
A
cal > calender.txt