Technoric
Pages - Menu
(Move to ...)
Home
Site Index
About Me
▼
Saturday, September 21, 2013
Executing .run files in Linux
To be able to execute .run files, they first need to be converted to executable files. Use the command :
chmod
+x [[filename]]
Then use the following command to execute :
./[[filename]]
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment