- What command is used to view permissions in a "long listing" format?
- A.
ls -a
- B.
ls -l
- C.
ls -h
- Correct Answer: B.
ls -l
- A.
- What is the numeric value for the
write
permission in octal (numeric) mode?
- What does the pwd command stand for in Linux?
- A) password
- B) print working directory
- C) pass user directory
Correct Answer: B) print working directory
- Which command is used to view the contents of a file one screen at a time, making it ideal for large files?
- A) cat