Digital Marketing

How to list all your users in liunx

awk -F":" '{ print "username: " $1 "\t\tuid:" $3 }' /etc/passwd

Comments

Popular posts from this blog

MySQL Sandbox with the Sakila sample database