Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

cat /etc/group

cat /etc/group

cat /etc/groups | grep <groupname>
  
# Example:
cat /etc/groups | grep sudo
# Output
sudo:x:27:<user1>, <user2>, <user3>...

# sudo : group name
# x : password (encrypted for security reasons)
# 27 : could be another number, represents group ID
# list of users in group
Comment

PREVIOUS NEXT
Code Example
Shell :: install tkinter python 3 
Shell :: git merge binary files 
Shell :: install deb file 
Shell :: how to install g++ in fedora 
Shell :: bash: /var/lib/snapd/snap/bin/docker-compose: No such file or directory 
Shell :: build-essential arch 
Shell :: sh wait 10 seconds 
Shell :: How do I show the changes which have been staged 
Shell :: ubuntu install Tesseract OCR 
Shell :: how to upgrade docker-compose to latest version 
Shell :: check just name of running container 
Shell :: git push origin master --force 
Shell :: how to know version of tensorflow in linux command line 
Shell :: command for removing installed applications in linux 
Shell :: generate py file from ui 
Shell :: how to login to git from terminal 
Shell :: lsof port 
Shell :: install scikit-learn 
Shell :: show users in sudo group 
Shell :: bash delete all files of type recursively 
Shell :: convertingwav to mp3 linux ffmpeg 
Shell :: Updating SpaceVim Manually 
Shell :: how to install java 8 and set java_home in ubuntu 
Shell :: macos kill dns cache 
Shell :: ubuntu server set timezone 
Shell :: remove nvidia drivers ubuntu 
Shell :: conda install more-itertools 
Shell :: git create new tag 
Shell :: git change personal access token command line 
Shell :: brew install notion 
ADD CONTENT
Topic
Content
Source link
Name
1+7 =