how many types of user accounts are available in linux os?
if i assign a uid below 500 to a normal user..wat wil be
happened?
Answer Posted / susheel narayan singh
There are three type of user accounts-
1- Super user (root) uid and gid =0
2- System user (ftpd,sshd) uid and gid (1-499)
3- Regular user (what u create with useradd cmd) uid and
gid (500<)
Note: If you assign uid below to 500 like between 1 to 100
it means that user umask will be 022 like root.
And you know that normally user whose uid and gid is above
their umask is 002.
| Is This Answer Correct ? | 12 Yes | 10 No |
Post New Answer View All Answers
Write a bash script to delete all the files in the current directory that contains the word “linux”.
Explain redirection?
Is linux affected by viruses?
Where is wget installed on linux?
Is linux safer than windows?
How to give permission to full permission in linux?
how do you monitor or measure performance of a linux server which is running for more than 5 years with out a break?
Which utility is used to make automate rotation of a log?
Why is semaphore used?
What are the essential features of the linux operating system?
How check if port is open linux?
Does netflix work on linux?
Does linux cost money?
How would you schedule a task in linux?
What causes linux kernel panic?