CS-FreeStyle / 10000-How-To-Do-in-CS

1 stars 0 forks source link

how to add root user and check the group #68

Open liuty10 opened 5 years ago

liuty10 commented 5 years ago

$ sudo adduser lty Then, just follow the instructions. $ sudo usermod -aG sudo lty Add lty to root group Now, when you su to lty, there will be not "Documents, Downloads, Video, Music, etc" folders. You can run: $ /usr/bin/xdg-user-dirs-update

After, the command above, you will have a bunch of folders.

just type "id" in terminal $ id