by Ramesh Natarajan on June 24, 2009
Creating users in Linux or Unix system is a routine task for system administrators.
Sometimes you may create a single user with default configuration, or create a single user with custom configuration, or create several users at same time using some bulk user creation method.
In this article, let us review how to create Linux users in 4 different methods using useradd, adduser and newusers command with practical examples.
(more…)
by Dhineshkumar Manikannan on April 23, 2009
Best practice recommends that users keep changing the passwords at a regular interval. But typically developers and other users of Linux system won’t change the password unless they are forced to change their password.
It’s the system administrators responsibility to find a way to force developers to change their password. Forcing users to change their password with a gun on their head is not an option!. While most security conscious sysadmins may be even tempted to do that.
In this article let us review how you can use Linux chage command to perform several practical password aging activities including how-to force users to change their password.
(more…)