Text preview
University of Phoenix Material File Processing Commands Worksheet
- What UID and PID have the highest amount of physical memory that a process has used and is not swapped out? Show all processes and full output.
- Using a long listing and no process modifiers, what is the swap space amount for the bash command?
- When using top command, what command would you use to kill a process?
- If you were not using top command, what command would you use to kill a process?
- What command would you use to manually mount the standard CD-ROM device /dev/db1 at /media/disk?
- What command would you use to display the amount of available disk space on /dev/db1 in a human readable form?
- Type in the command grep - - help to access the help manual.
Using this infor
...mation and the information from the text, how would you write a command to find the pattern “111” in a file called myfile. txt?
- What UID and PID have the highest amount of physical memory that a process has used and is not swapped out?
Show all processes and full output. top press f press d press p You'll will find cpu usage in descending order for all processes.
- Using a long listing and no process modifiers, what is the swap space amount for the bash command? top -p pidof_bash After typing the above command press A (Capital a). You will see the below output.
- When using top command, what command would you use to kill a process? k
- If you were not using top command, what command would you use to kill a process? ill processid killall processname
- What command would you use t
View entire sample
Join StudyHippo to see entire essay
manually mount the standard CD-ROM device /dev/db1 at /media/disk? mount /dev/db1 /media/disk
Using this information and the information from the text, how would you write a command to find the pattern “111” in a file called myfile. txt? grep -irna "111" myfile. txt
Popular Essay Topics
- Computer File essays
- Desktop Computer essays
- Servers essays
- Academia essays
- Higher Education essays
- Language Learning essays
- Studying Business essays
- Education System essays
- Study essays
- First Day of School essays
- Scholarship essays
- Pedagogy essays
- Curriculum essays
- Coursework essays
- Studying Abroad essays
- Philosophy of Education essays
- Purpose of Education essays
- Brainstorming essays
- Educational Goals essays
- Importance Of College Education essays
- Brown V Board of Education essays
- The Importance Of Higher Education essays
- Online Education Vs Traditional Education essays
- Academic And Career Goals essays
- Academic Integrity essays
- Brown Vs Board Of Education essays
- Distance learning essays
- Technology in Education essays
- Vocabulary essays
- Writing Experience essays
- Importance of Education essays
- Early Childhood Education essays
- Academic Degree essays
- Academic Dishonesty essays
- School Uniform essays
- Academic writing essays
- Cheating essays
- Bachelor's Degree essays
- MBA essays
- College Life essays
- Grade essays
- Diploma essays
- Phonology essays
- Sentence essays
- Filipino Language essays
- Pragmatics essays
- Millennium Development Goals essays
- History Of Education essays
- Graduate School essays
- Middle School essays