Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

find user shell

$ grep "^$USER" /etc/passwd
Comment

get users linux

$ cat /etc/passwd | cut -d: -f1
Comment

get users shell

getent passwd $LOGNAME | cut -d: -f7
Comment

PREVIOUS NEXT
Code Example
Shell :: how to change hostname in kali linux 
Shell :: get docker container version from inside container 
Shell :: linux append to file 
Shell :: Could not find com.facebook.yoga:proguard-annotations:1.14.1. 
Shell :: create and switch to a branch 
Shell :: fedora linux 
Shell :: running localhost check in linux terminal 
Shell :: batch color 
Shell :: view permissions linux 
Shell :: delete a file in linux 
Shell :: linux command to go to the previous directory 
Shell :: benchmark a network drive windows without installing 
Shell :: src refspec master does not match any 
Shell :: string to date in shell script 
Shell :: minishift admin-user addon 
Shell :: install geopandas in jupyter notebook 
Shell :: how to install windows from a hard drive 
Shell :: heroku ubuntu install 
Shell :: find file linux 
Shell :: permissão wordpress 
Shell :: How do I make a Git commit in the past 
Shell :: github cli 
Shell :: start xampp on mac 
Shell :: heroku remove branch 
Shell :: delete branches in bulk git 
Shell :: how to log into a remote linux server 
Shell :: uninstall teams on ubuntu 
Shell :: Please install mariadb package manually 
Shell :: create empty file command prompt cmd 
Shell :: ubuntu start sublime 3 
ADD CONTENT
Topic
Content
Source link
Name
3+3 =