Week 3 Lab Assignment
Week 3 Lab Assignment
CYB 204
BASH Shell - 4
What is the command that translates a set of characters to another set of characters? – tr command
This study source was downloaded by 100000858372841 from CourseHero.com on 09-14-2023 18:27:39 GMT -05:00
https://www.coursehero.com/file/165604457/Week-3-Lab-Assignmentdocx/
This study source was downloaded by 100000858372841 from CourseHero.com on 09-14-2023 18:27:39 GMT -05:00
https://www.coursehero.com/file/165604457/Week-3-Lab-Assignmentdocx/
Monitoring Processes
What is the indication in the shell that a process is running in the foreground? - cat /dev/zero >>
/dev/null
How do you run a process in the background? - cat /dev/zero > /dev/null &
What command shows the running processes in the current shell? – jobs
What interactive program displays the processes running on the system? – top command
What is the nohup command? - The nohup command can be used to start processes that will not “hang
up” or terminate because the user has logged out.
What is the free command? - The free command reports statistics on memory usage.
What is the uptime command? - The uptime command reports how long the system has been running;
how many users are logged into the system; and system load statistics over the last 1-, 5-, and 15-
minute periods.
This study source was downloaded by 100000858372841 from CourseHero.com on 09-14-2023 18:27:39 GMT -05:00
https://www.coursehero.com/file/165604457/Week-3-Lab-Assignmentdocx/
This study source was downloaded by 100000858372841 from CourseHero.com on 09-14-2023 18:27:39 GMT -05:00
https://www.coursehero.com/file/165604457/Week-3-Lab-Assignmentdocx/