Tag Archives: command

add delete and switch user in ubuntu by command lines

First, I want to add a user. So how to do it? + To add user: sudo adduser <username> to add password for your user sudo passwd <username> + How can i switch from one user to another one? In … Continue reading

Posted in Linux, Open Source, Tips - Tricks, Ubuntu | Tagged , , , , , , | Leave a comment

Terminal or shell command to shutdown or reboot Ubuntu Linux

So how do you shutdown or reboot Ubuntu Linux from a terminal or a shell prompt? If GUI is working you can always click on a Quit button. If GUI is not working or if you are working remotely over … Continue reading

Posted in Linux, Open Source, Software, Ubuntu | Tagged , , , , , , | 1 Comment