This page looks best with JavaScript enabled

How to Know Service Process and Ram Status in Ubuntu Linux

 ·  ☕ 1 min read  ·  ✍️ shibu

to know about ram

To display the total amount of ram in ubuntu

1
free

default size show in kilobyte unit

To display the total amount of ram in ubuntu in megabyte mb unit

1
free -m

To display the total amount of ram in ubuntu in human friendly unit

1
free -h

To display RAM type and speed, use the command:

1
sudo lshw -c memory

to know about services

To know about background processed services

1
service --status-all 

To stop a running service, enter the command:

1
sudo service <name> stop
Share on

Shibu Deb Polo
WRITTEN BY
shibu
Web Developer