Click here to Skip to main content
15,907,183 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all visitors,
i'm the new of linux system.
My boss lets me to create 10 users for my company.i user command useradd to create new user.and the he wants to secure on root password,default boot and timeout in system.
it means that he doesn't want the 10 users that i have created can't change root password,can't change default boot and can't change timeout.
So how can i do not let 10 users change root password,default boot timeout?
Thanks
Posted

1 solution

Just make sure they do not have access to the root password in the first place and that their UIDs are in the 'user' range, i.e. greater than 99. You should also ensure that the root user is secured so cannot be logged in directly except from the system console. Use the Linux man pages for the various commands (useradd, su, login etc) to check specific details on your system. There is also a wealth of information on Linux that can be found via Google.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900