Answers for "users ubuntu"

22

ubuntu list users

cat /etc/passwd
Posted by: Guest on April-06-2020
1

what is my user ubuntu

Open a Terminal and type whoami
Posted by: Guest on March-31-2022
0

list users in ubuntu

cut -d: -f1 /etc/passwd
Posted by: Guest on May-17-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language