Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandersfg4 authored Dec 25, 2020
1 parent fadab49 commit 5365aff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions create_test_user.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#/bin/sh

useradd $1
echo "The next user has been created"
chmod 557 /home/$1
passwd $1

0 comments on commit 5365aff

Please sign in to comment.