How do I change password under Redhat Enterprise Linux?
{ 0 comments }
How do I create a user account under UNIX operating system and assign a password to user account so that he / she can login into server or UNIX workstation?
{ 2 comments }
Q. How do I reset a user’s password under any Linux distribution from command prompt? A. To reset a user’s password, use passwd command. You have to change it to a different password. Login as the root user Open terminal or shell prompt Type the following command: # passwd username For example, reset a tom’s [...]
{ 9 comments }
Q. How do I create create a new Linux user account ? How do update or modify default Linux new user information? Using the command prompt (shell) tools, how do I add a user to the system? What are command line options for adding a user?
{ 91 comments }
Q. How do I deny or block user login for user id tom? I’m using CentOS 5 Linux server OS. A.. You need to use passwd command. Deny user login by locking out account Pass -l option to passwd command. It is used to lock the specified account and it is available to root only. [...]
{ 0 comments }