What is the command to see all the processes are working in
the last 30 days?
Answer Posted / ravi
use uptime to find out how long the system has been run
without rebooting.
ac -d gives the usage of the system for the available wtmp
files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the 4 kinds of sentences with examples?
What is whois command?
can any one send me one project on linux ...?
What are the linux commands used in devops?
What does umask 022 mean?
What is grep command?
Explain difference between swap partition and swap file?
Which Command used to lock user password in Linux?
What is mask and umask in linux?
What is cmake in linux?
How do I find the process id in linux?
How lilo is useful in linux?
What daemon is used for scheduling of the commands?
How do I start ms dos?
Write a command that will do the following: -look for all files in the current and subsequent directories with an extension c,v -strip the,v from the result (you can use sed command) -use the result and use a grep command to search for all occurrences of the word orange in the files.