Latest Articles
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/) ##
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
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
Jan 25, 2014
**1. What is the filesystem used in Rhel 5 and Rhel 6?** Show/Hide Answer **Ans:** ext3 for RHEL 5 and ext4 for RHEL 6 **2. What is the difference between
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.
Jan 19, 2014
Ever Wondered ***How does a DNS query works***? I mean what happens exactly when you type www.golinuxhub.com on your browser. Honestly most of us are not bothered unless the web
Jan 12, 2014
I had done [password less shh authentication]({{< relref "rsa-and-dsa-authentication/index.md" >}}) between multiple Linux box a couple of time but this time I had to do the same for normal user. I thought it
Jan 12, 2014
Follow these steps to create a user without using useradd command in Red Hat Linux. **Step 1** Add an entry of user details in /etc/passwd The field details are as
Jan 10, 2014
In my earlier post I had shown you in detail the steps to create a soft link and hard link in Linux. If you have missed it you can read
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