Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write a complete command that will use ps -ef and others to produce a list of your current processes but sorted by PPID. Pay attention
Write a complete command that will use "ps -ef" and others to produce a list of your current processes but sorted by PPID. Pay attention to the output format from ps. You have a shell variable named LOGNAME that contains your login name. 9. The next couple questions deal with the file "last log". Take a look at it if you like, it isjust the output of a command called "last. It is in that same directory as before, and you can use it there or copy it if you like 10. The right-most information is how long the user was logged in for, the format is like "days+hours:minutes)". The "days" part will be missing if the user was on for less than 24 hours. How many times was the user "rfulkers" logged in for more than a day, according to this file, and what command did you come up with to figure this out? Write a complete command that will use "ps -ef" and others to produce a list of your current processes but sorted by PPID. Pay attention to the output format from ps. You have a shell variable named LOGNAME that contains your login name. 9. The next couple questions deal with the file "last log". Take a look at it if you like, it isjust the output of a command called "last. It is in that same directory as before, and you can use it there or copy it if you like 10. The right-most information is how long the user was logged in for, the format is like "days+hours:minutes)". The "days" part will be missing if the user was on for less than 24 hours. How many times was the user "rfulkers" logged in for more than a day, according to this file, and what command did you come up with to figure this out
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started