Author: Surendra Anne

Understanding Linux w command with examples

The w is an excellent command which will give you a quick overview of 1) Users logged in. 2) What they are doing. 3) CPU stats. w command is similar to who command with bit of variation. The who command will not give information about what application/command an user is running right now and no CPU stats as well. This will make w command more powerful when compared to who command. In this post we will see how to use w in an effective way to know about system performance and what is happening on the system. Example 1:...

Read More

11 fg, bg, disown and jobs commands you should know

Some times we require to control jobs/commands on how they are running ie either foreground or background on the screen. Commands which run longer duration and do not require any manual intervention are sent to background so that we can run other commands in foreground. In this post we will see how to manage process/commands to run in background or foreground by using some inbuilt commands like fg and bg. Example 1: Run a command on foreground. sleep 1000 Sleep is an excellent command which makes our screen to sleep. The above command will block our terminal for 1000...

Read More

8 Who command practical examples

The who command is one of the first command we use when troubleshooting common Linux related issues to make sure how many users are logged in and what they are doing. In this post we will see on how to use this command to get more information about who logged into your machine at present and what they are doing. With this command we can get following basic information. 1)How many users logged into a machine 2)From which server they logged in 3)When is the system booted 4)Which run level the system is booted. User login details command examples Example 1:...

Read More

Over 16,000 readers, Get fresh content from “The Linux juggernaut”

Email Subscribe

ABOUT ME..!

My photo
My name is Surendra Kumar Anne. I hail from Vijayawada which is cultural capital of south Indian state of Andhra Pradesh. I am a Linux evangelist who believes in Hard work, A down to earth person, Likes to share knowledge with others, Loves dogs, Likes photography. At present I work at Bank of America as Sr. Analyst Systems and Administration. You can contact me at surendra (@) linuxnix dot com.