- Accessing the Command Line
- Managing Files From the Command Line
- Creating, Viewing, and Editing Text Files
- Managing Local Users and Groups
- Monitoring and Managing Linux Processes
- Analyzing and Storing Logs
- Managing Networking
- Installing and Updating Software Packages
- Accessing Linux File Systems
- Analyzing Servers and Getting Support
- Scheduling Future Tasks
- Controlling Access to Files with ACLs
1. Which state represents a process that has been stopped or suspended?
- A. D
- B. R
- C. S
- D. T
- D. Z
2. Which state represents a process that has released all of its resources except its PID?
- A. D
- B. R
- C. S
- D. T
- E. Z
3. Which process does a parent use to duplicate to create a new child process?
- A. exec
- B. fork
- C. zombie
- D. syscall
- E. reap
4. Which state represents a process that is sleeping until some condition is met?
- A. D
- B. R
- C. S
- D. T
- E. Z