88163/how-to-find-resident-set-size-of-a-process-in-linux
Hi Guys,
I am new to Linux. I want to find the RSS value of a process. How can I find that?
Hi@akhtar,
RSS is a memory currently used by a process. This is an actual number in kilobytes of how much RAM the current process is using. You can use the ps command to find that.
$ ps -o rss
There are multiple ways to find the ...READ MORE
To list all the groups groups or to list ...READ MORE
Hi@akhtar, You can use chmod command in your ...READ MORE
Hi@akhtar, You can use chgrp command in your ...READ MORE
Please check the below-mentioned syntax and commands: To ...READ MORE
Hi@akhtar, Generally, these two commands are used to ...READ MORE
Hi@akhtar, To create new partition you can follow ...READ MORE
Hi@akhtar, In Linux system netstat-tnlp command comes from ...READ MORE
Hi@akhtar, If you prefer using the command line, ...READ MORE
Hi@akhtar, You can use ls command to check ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.