how to use top command in Linux
1) Exit Top Command After Specific repetition: Top output keep refreshing until you press ‘q‘. With below command top command will automatically exit after 10 number of repetitions.
top -n 10
2) Display Specific User Process
top -u paras
3) Highlight...
learnlinux.hashnode.dev1 min read