linux basics (users / groups)

Summary of how to check users and groups on Linux

--User --List /etc/passwd
Extract user name cut -d: -f1 /etc/passwd --Information change usermod

--Password change (root)

sudo su
passwd root 

Recommended Posts

linux basics (users / groups)
Linux basics
Linux basics
Linux (about groups)
Linux command basics
Linux (About adding / removing users)
Linux
[Must-see for beginners] Basics of Linux
[Linux] Learn the basics of shell commands
Granting sudo privileges to general Linux users