Template:Chmodexe: Difference between revisions
From Joe's Boredom
m (Protected "Template:Chmodexe" ([edit=sysop] (indefinite) [move=sysop] (indefinite))) |
m (5 revisions imported) |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
Make your newly created file executable<br /> | Make your newly created file executable<br /> | ||
{{tty|cmd1=sudo chmod +x /path/to/{{{1}}}}} | {{tty|cmd1=sudo chmod +x /path/to/{{{1}}}}} | ||
Copy the code posted here to '''{{{1}}}''' then save.<br /> | |||
And the good'ol '''Disclaimer''': This script worked for me and i hold no responsibility for what it does for you. | |||
Latest revision as of 17:59, 6 December 2020
Create a new file, {{{1}}}
Make your newly created file executable
| Terminal |
| name@machine:/$ sudo chmod +x /path/to/{{{1}}} |
Copy the code posted here to {{{1}}} then save.
And the good'ol Disclaimer: This script worked for me and i hold no responsibility for what it does for you.