Linux Important commands
check disk space in human readable format:
u = display the process's user/owner
x = also show processes not attached to a terminal
Use of sed:
sudo df -hsubdirectory using the most space:
sudo du -h -d 1 /var/how your process are consuming memory, cpu and which cores are under pressure:
sudo htopsee process id :
sudo ps auxa = show processes for all users
u = display the process's user/owner
x = also show processes not attached to a terminal
Use of sed:
sed 's/mikesh/mukesh/' test.txtnetstat | wc -l
Comments
Post a Comment