Tag Archives: switch

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