February 18, 20197 yr Hi all I am trying to run some bits in the terminal but when i try to run /mnt/user/Folder/XYZ.sh i get permission denied, can anyone help? should probably add that im logged in as root Edited February 18, 20197 yr by Randall8686
February 18, 20197 yr 1 hour ago, Randall8686 said: should probably add that im logged in as root It would only be necessary to add if you were NOT logged in as root since normally root is the only user with access to the command line.
February 18, 20197 yr 36 minutes ago, Squid said: Executable permission not set on the script? I have a feeling this is the answer. Just in case you're not sure how to: cd /mnt/user/Folder chmod +x XYZ.sh You can then execute the file with: ./XYZ.sh
Archived
This topic is now archived and is closed to further replies.