Skip to content

Commit

Permalink
Update bash.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-hacks authored Feb 7, 2021
1 parent 5358c73 commit 1af2888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ ssh <username>@<host> #SSH connection to host with username
chmod 775 <file> #Change mode of file to 775
chmod -R 600 <dir> #Change permissions of dir and its contents to 600
chown <user>:<group> <file> #Change ownership of file to user and group - add -R to include a dir's contents
chmod +x <file-name>.sh. #Sets executable flag without changing permissions
chmod +x <file-name>.sh #Sets executable flag without changing permissions

0 comments on commit 1af2888

Please sign in to comment.