GoLinuxHub

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

Latest Articles

Interview Questions on Linux Permissions with Answers

Jan 25, 2014

## 1.What is the difference between SUID and SGID? [Understanding special permission SUID]({{< relref "understanding-special-permission-suid/index.md" >}}) [Understanding special permission SGID]({{< relref "understanding-special-permission-sgid/index.md" >}}) ## 2. What is Sticky Bit permission? [Understanding special permission Sticky Bit](https://www.golinuxcloud.com/apply-set-unix-linux-sticky-bit-with-examples/) ##

Interview Questions on Linux Networking with Answers

Jan 25, 2014

### 1. How do you perform NIC teaming? For more details: [Step by Step Guide to configure NIC Teaming in Linux](https://www.golinuxcloud.com/how-to-configure-nic-teaming-in-centos-7/ "Step by Step Guide to configure NIC Teaming in

Interview Questions on Linux User Management with Answers

Jan 25, 2014

## 1. How can you create a user without useradd command Follow the below link [How to create a user without useradd command?]({{< relref "how-to-create-user-without-useradd/index.md" >}}) ## 2. What is the default permission

What is a Kernel in Linux?

Jan 19, 2014

This is the first question which should come to your mind when you start reading and knowing Linux because without knowing what a kernel is you can not move ahead.

How to give normal user root privileges using sudo in Linux/Unix

Jan 10, 2014

In this post I will be very brief on the topic we need to do. As for more knowledge on [sudo command]({{< relref "understanding-syntax-arguments-aliases/index.md" >}}) and [sudoers]({{< relref "understanding-syntax-arguments-aliases/index.md" >}}) file follow the below link [Understanding