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 |
What happens to hard link when file is deleted?
Any one example of uninteruptable sleeping process?
1.I want to change runlevel but the Users shall not be disturbed?how? 2.Disk have 5gb disk utilization even though files unable to create, why? 3.what are the internal and external command in linux? 4.sar command o/p? 5.how list the open files? 6.what is kernel compiling? 7.How do u See complete configuration in ur system? 8.how will u make a daily updates with cron daily? 9.which port is associated with ttys0? 10.specific some problems linux admin(if u are linux admin)faced and how did u overcome it?
10 Answers IBM, TCS,
How do I check command history?
If you have saved a file in linux. Later you wish to rename that file, what command is designed for it?
What could be the problem when a command that was issued gave a different result from the last time it was used?
What is devops model?
How do I know my linux shell version?
What is apple llvm?
How do I get to root directory in linux?
Explain Backup Managment commands in Linux.
Does cp overwrite?