Interview Questions on Linux User Management with Answers
1. How can you create a user without useradd command Follow the below link How to create a user without useradd command? 2. What is the default permission on user's home directory? 700
1. How can you create a user without useradd command Follow the below link How to create a user without useradd command? 2. What is the default permission on user's home directory? 700
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 ext3 and ext4 filesystem? Show/Hide Answer
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. Let me help you understand
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 page doesnot opens. Anyways let me tell
I had done password less shh authentication between multiple Linux box a couple of time but this time I had to do the same for normal user. I thought it would be same and actually
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 shown below username:password:UID:GID:Comments:Home_Directory:Login Shell #
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 about the same in below
In this post I will be very brief on the topic we need to do. As for more knowledge on sudo command and sudoers file follow the below link Understanding syntax, arguments, aliases used in