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




Shell

Related
bash find text in specific file Code Example bash find text in specific file Code Example
ssh pem Code Example ssh pem Code Example
give executable permission to a file Code Example give executable permission to a file Code Example
Terminator download Code Example Terminator download Code Example
install wordpress ubuntu Code Example install wordpress ubuntu Code Example

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