saving . . . saved Basic of system administration in Linux has been deleted. Basic of system administration in Linux has been hidden .
Basic of system administration in Linux
Title
Question

<span style="color:#000000;">*</span>“When you started out as a sysadmin, which three daily tasks or commands did you rely on most for keeping a Linux server healthy, and what’s the first thing you check when something breaks?”<span style="color:#000000;">*</span>


Linux-New Basics-of-System-Administration-in-Linux 17 min 58 sec 02-04-26, 2:53 p.m. bbhoopendram@gmail.com

Answers:

When I started as a sysadmin, I realized Linux usually tells you exactly what is wrong if you look in the right places.

The three commands I relied on most were top (to see CPU and memory usage), df -h (to check disk space), and journalctl or system logs in /var/log (to understand what actually happened).

And when something breaks, the first thing I check is always the basics: disk space, running processes, and logs. Most problems quietly hide there.

02-04-26, 3:56 p.m. Bhavi_ubuntu
Not clear Bhavi.  What is meant by <code>top</code>.  I thought that one just has to enter the command top, etc.
02-04-26, 10:19 p.m. kannan
Just saw this sir.. attempted to use markdown style for highlighting the command but didn't get through so edited the answer now sir.

 
02-04-26, 11:50 p.m. Bhavi_ubuntu

Login to add comment


Log-in to answer to this question.