Linux - Give executable permission

- Details
- Parent Category: CodeTyphon Installation
- Category: Linux Install
- Created: Thursday, 09 May 2013 07:28
- Last Updated: Sunday, 07 December 2014 16:33
- Published: Thursday, 09 May 2013 07:28
- Written by Sternas Stefanos
- Hits: 10423
1. Method 1
With file explorer click right mouse button to setup.sh
select "Properties"
go to "Permissions" tab
mark "Allow executing file as program"
2. Method 2
Open a terminal to your Home directory and
Execute command:
cd CodeTyphonIns
sudo chmod 777 setup.sh
Give “sudo” password…
3. Method 3
Open a terminal to your Home directory and execute commands:
cd CodeTyphonIns
sudo chmod +x setup.sh