Answer the following statements true (T) or false (F)
1. If you have just logged in, your home, current or working directories are the same.
2. In UNIX filenames XYZ and xyz are indicating the same filename.
3. In UNIX filename extension is absolutely necessary.
4. The pwd command prints your working directory on the printer.
5. The cd command returns you to the root directory.
1.True
2. False
3. False
4. False
5. False
Computer Science & Information Technology
You might also like to view...
You can select a printer to use from the printer list
Indicate whether the statement is true or false
Computer Science & Information Technology
Which of the following are valid case statements in a switch?
a. case 1: b. case x<4: c. case 'ab': d. case 1.5:
Computer Science & Information Technology