Linux Commands
Linux Commands
#types of users
grep <fiter_text> <file_name> ------------> to filter the data into a text file
#group
cat /etc/group --------------------> it contains the group information
#File permission
#types of permission
#chmod
read ----------------->4
write ---------------->2
execution ----------->1
permission = 4+2+1=7
n1 ------------> user
n2-------------> group
n3-------------> others