Update user_setup.sh
This commit is contained in:
8
user_setup.sh
Normal file
8
user_setup.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
pacman -S git base-devel sudo
|
||||
|
||||
useradd -m tobi
|
||||
passwd tobi
|
||||
echo "Adding tobi to sudoers list"
|
||||
echo "tobi ALL=(ALL) ALL" >> my_file.txt
|
||||
cd /home/tobi
|
||||
su tobi
|
||||
Reference in New Issue
Block a user