Basic Linux Administraiton, User/Group Mgmt
to make a new user>>> useradd change password>> passwd “existing username” to create a group>> groupadd create a new user and put in the existing group>> useradd “groupname” “username” to add an existing user into an existing group >> usermod –G “groupname” “username” To check the list of permission >>> ls –l to change permission … Read more