6. The first character in output of the ls -l command gives information about the object type: d is for directories and f is for files.

a) True
b) False

7. Pipe sends the output of a command to a file. The file will be created if it does not exist and it will be overwritten if it exists.
a) True
b) False

8. Nano is a text editor with a convenient GUI interface.
a) True
b) False

9. An absolute path is the one that begins with either / or ~.
a) True
b) False

10. The three identifiable classifications of users defined for a file are: owner, group, and everyone.
a) True
b) False

6. True

7. False
8. False
9. True
10. True