Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

create user in linux and provide all access

sudo useradd -g users -G sudo -s /bin/bash -m -c "Full name"  username
Set Password ::

sudo passwd username
 
PREVIOUS NEXT
Tagged: #create #user #linux #provide #access
ADD COMMENT
Topic
Name
1+3 =