Answers for "how to grant permission to shell on terminal linux"

0

grant linux sh script permissions

chmod +rx script_name.sh
# more generally
chmod +rx file_name.file_ext
Posted by: Guest on February-11-2021

Code answers related to "how to grant permission to shell on terminal linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language