Horje
users list linux Code Example
list users in linux
cat /etc/passwd
list all users linux
awk -F: '{ print $1}' /etc/passwd
Source: linuxize.com
users list linux
cut -d: -f1 /etc/passwd
or
cat /etc/passwd
get users shell
getent passwd $LOGNAME | cut -d: -f7




Shell

Related
upgrade ionic capacitor Code Example upgrade ionic capacitor Code Example
login to ssh with password Code Example login to ssh with password Code Example
bash rename foldr Code Example bash rename foldr Code Example
combine strings bash Code Example combine strings bash Code Example
Setting your commit email address Code Example Setting your commit email address Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8