Details
I am kindly suggesting the following subtopics under the 'introducing the shell' topic in INTRODUCTION TO THE COMMAND LINE FOR GENOMICS.
How to change your passwords
It is usually ideal to reset your password if you want to for several reasons. Use the following command to do so:
- Open the terminal application by pressing Ctrl+Alt+T
- To change a password for user named XX in Ubuntu, type sudo passwd XX
- To change a password for root user on ubuntu Linux, run: sudo passwd root
- To change your own password for ubuntu, execute: passwd
How to quit the shell
Whilst working on your ubuntu terminal you can use the exit command to quit the shell where it's run.
Note: If your shell window has multiple tabs, then this command exits the tab where it's executed. Given that it's a build command, it's highly likely that you will not find a dedicated man page for exit. However, you can use the following command to access its documentation: help exit
To change your password for user, root and your own password use sudo followed by appropriate password command as describe above. The exit command can help you to quit your shell.
Details
I am kindly suggesting the following subtopics under the 'introducing the shell' topic in INTRODUCTION TO THE COMMAND LINE FOR GENOMICS.How to change your passwords
It is usually ideal to reset your password if you want to for several reasons. Use the following command to do so:
How to quit the shell
Whilst working on your ubuntu terminal you can use the exit command to quit the shell where it's run.
Note: If your shell window has multiple tabs, then this command exits the tab where it's executed. Given that it's a build command, it's highly likely that you will not find a dedicated man page for exit. However, you can use the following command to access its documentation: help exit
To change your password for user, root and your own password use sudo followed by appropriate password command as describe above. The exit command can help you to quit your shell.