Tagged Questions
2
votes
4answers
129 views
Hardware and software inventorying
Objective
Collect hardware and software information from lab computers, respecting students' privacy.
Type of information to collect
Examples:
System memory
Bash verion
JVM version
Operating ...
0
votes
1answer
275 views
Need help with understanding output of ps -ef on linux
When I do ps -ef on my Linux box, I get:
UID PID PPID C STIME TTY TIME CMD
Please help me with meaning of C,TIME.
is the TIME , the actual cpu time allocated to the process?