Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

linux filter groups

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 :: git set upstream 
Shell :: pytorch install using conda 
Shell :: uninstall figma from linux distributions 
Shell :: activate git case sensitive windows 
Shell :: log apache2 ubuntu 
Shell :: command line to install wine on kali 2020 dist 
Shell :: bash firebase command not found 
Shell :: nvm update node 
Shell :: install webmin ubuntu 
Shell :: upgrade php 8 ubuntu 20.04 
Shell :: killall command not found ubuntu 
Shell :: checkbox github markdown 
Shell :: search for word in text files ubuntu 
Shell :: linux ext-gd * 
Shell :: kill x-server 
Shell :: virtualbox kernel driver not installed arch linux 
Shell :: cleaning up your ubuntu system 
Shell :: sklearn 
Shell :: driver san francisco ui mode error 
Shell :: ionic capacitor build livereload 
Shell :: sudo kill port windows 
Shell :: heroku buildpacks remove 
Shell :: git remove folder remotely 
Shell :: change wp permission ubuntu 
Shell :: download vs code in linux 
Shell :: how to install soapui on ubuntu 
Shell :: How to check if a string is null or empty in PowerShell? 
Shell :: echo aws profile 
Shell :: time machine speed up 
Shell :: install composer wsl 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =