answersLogoWhite

0

Use the command 'passwd'

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What command is when you want to change password in UNIX?

passwd


What do CD command do in unix?

The 'CD' command is not standard for Unix. The 'cd' command, however, will change directories (folders). It is a means of navigating the Unix file system.


How do you change your password in Unix?

passwd


What is su in command line?

Super User! That allows you to assume full control over the system (Linux/Unix) when you log on as a regular user. You'll need a password.


How do you log into Unix?

You can log in via telnet or ssh protocol for a command line prompt environment to Unix, or you can use a graphical user interface such as KDE or Gnome, or the CDE environment via X-windows. In any of these protocols, you must supply a username and password to successfully log into the Unix system.


What command would you use to create a new directory on a unix type of system?

Use the 'mkdir' command


What is the use of execute command in unix?

There is no traditional 'execute' command in Unix.


How do you change password for a user in unix?

If you are the user wishing to change your password then use the 'passwd' command, or if you are on an NIS based system use 'ypasswd'. As root you can change anyone's password by adding thier login name to then end, eg to change tom's password use passwd tom. It is not a good idea to login as root and so sudo has been created which allows configured access to root commands by other users; if this case and you are so privileged (as an administrator), you would use: sudo passwd tom


How do you make a new user on Linux?

There is a command called useradd in Linux which you can use to add a new user. Here's an example 1. Add the user (you need to be a superuser to run this command) # useradd test 2. Set the password # passwd test Changing password for user test. New UNIX password: Retype new UNIX password: passwd: all authentication tokens updated successfully.


What is a UNIX command that will count how many users have logged on and also the users list in the UNIX system?

There are many ways to do this, but the fastest and easiest is to use the 'uptime' command, which will tell you in a summary line how many users are logged in.


How does user know where he is in the file system in unix operating system?

Most people set up their shell to give them an indication in the command prompt. But this isn't "built in" (the mechanism for doing so is built in to most shells, but you can use the same mechanism to change the prompt to pretty much anything you want).The command pwd on a Unix system should tell you "where you are".


Brief description of format command in unix?

There is no standard 'format' command in Unix.