GoLinuxHub

Linux tutorials, DevOps guides, shell scripting, automation, and practical how-to content.

Latest Articles

How to configure passwordless sudo for a user in Linux

Jun 8, 2014

**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)]({{< relref "understanding-syntax-arguments-aliases/index.md" >}}) There is a parameter **NOPASSWD**

How to secure boot loader (grub menu) with password in RHEL 6

Jun 5, 2014

Below is the GRUB menu where we are planning to put the password so that no one logs in to single user mode without permission [![6 5 20142 49 12PM](6-5-20142-49-12PM.webp)](http://2.bp.blogspot.com/-y21ElE_On2Y/U5A3nD54ISI/AAAAAAAADVM/ia48loXAAVE/s1600/6-5-2014+2-49-12+PM.png) As you can see

Understanding UMASK value in Linux

May 18, 2014

### What is umask value? In computing, umask is a command that determines the default permission to be set on any file or directory is created. It also refers to