Template:Chmodexe: Difference between revisions

From Joe's Boredom
(Created page with 'Create a new file, {{{1}}}<br /> Make your newly created file executable<br /> {{tty|cmd1=sudo chmod +x /path/to/{{{1}}}}} Save the code posted here to {{{1}}}}} and save.')
 
No edit summary
Line 1: Line 1:
Create a new file, {{{1}}}<br />
Create a new file, '''{{{1}}}'''<br />
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}}}}}
Save the code posted here to {{{1}}}}} and save.
Save the code posted here to '''{{{1}}}''' then save.

Revision as of 02:13, 2 January 2010

Create a new file, {{{1}}}
Make your newly created file executable

Terminal
name@machine:/$ sudo chmod +x /path/to/{{{1}}}

Save the code posted here to {{{1}}} then save.