what r the different command to check ram,process and hdd
of linux machine
Answers were Sorted based on User's Feedback
Answer / pankaj kumar
To check ram in your system:
#free
To check process
#ps
#top
To check hdd
#fdisk
#sfdisk -l
Is This Answer Correct ? | 7 Yes | 1 No |
RAM : We will check RAM, Process as well as HDD by the root
user...
RAM : #free
#cat /proc/meminfo
Process : ps -a -> It will show running process within all
terminals..
Hard Disk : #fdisk -l
Is This Answer Correct ? | 3 Yes | 1 No |
RAM : We will check RAM, Process as well as HDD by the root
user...
RAM : #free
#cat /proc/meminfo
Is This Answer Correct ? | 0 Yes | 0 No |
How do you run command every time a file is modified?
Which command is used to terminate a process?
what is linux utilities and editor
You read an article that lists the following command: dd if=/dev/fdo bs=512 of=/new what does this accomplish?
How do you rate yourself in unix(if 0 is novice and 10 is sys admin)?
Compare between SYS V launched processes and Xinetd processes in Linux.
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?
Brief about the command kill PID?
What is $$ in shell script?
Display the Disk Usage of file sizes under each directory in currentDirectory ?
how to create SAMBA server in fedora 9 linux ?
What could possibly be the problem when a command that was issued gave a different result from the last time it was used?