Linux User and Accounts Management (QUIZ)
NOTE: Each correct answer would give you 5 point. What do you type in the password field of /etc/passwd to prevent a user from accessing a system? A comma (') An asterisk (*) An exclamation
NOTE: Each correct answer would give you 5 point. What do you type in the password field of /etc/passwd to prevent a user from accessing a system? A comma (') An asterisk (*) An exclamation
NOTE: Each correct answer would give you 5 point. What advantages does GRUB offer over LILO boot loader? It enables you to boot multiple operating systems It enables you to permanently change GRUB conf file
What if you want to know what were the commands which were executed by any user on any Linux server Method 1 Check theĀ .bash_history file in user's home location. NOTE: You will not be
There is no hard and fast rule to check whether the machine is physical or virtual but still we do have some commands which can be used for the some purpose. NOTE: There might be
Now this is a situation where I got stucked into the other day where df -h showed me the partition was 100% full disrupting many of the the applications using that partition. # df -h
To learn more about the various syntax used in sudoers file follow below link Understanding syntax, arguments, aliases used in sudoers file with examples (visudo) There is a parameter NOPASSWD which has to be used
The one of the most important task of any Linux Admin includes performance monitoring which includes a parameter "Load Average" or "CPU Load". Load Average is the value which represents the load on your system
Running a process in background What if you a script which takes more than 24 hours to run so in those cases it is not a good idea to run them on putty as in