M milner303 macrumors newbie Original poster Jul 23, 2010 3 0 Jul 23, 2010 #1 i need to change a plain text file to a unix exe file but all i can find is what the name of this post is, call me a noob whatever i just need a basic step by step guide please. Cheers
i need to change a plain text file to a unix exe file but all i can find is what the name of this post is, call me a noob whatever i just need a basic step by step guide please. Cheers
-aggie- macrumors P6 Jun 19, 2009 16,793 51 Where bunnies are welcome. Jul 23, 2010 #2 It changes the file permissions to executable.
M milner303 macrumors newbie Original poster Jul 23, 2010 3 0 Jul 23, 2010 #3 yeah yeah i get that i just dont know what it means to do to achieve this. i need to do it but dont know how
yeah yeah i get that i just dont know what it means to do to achieve this. i need to do it but dont know how
OpenLaszlo macrumors member Jan 3, 2009 42 0 Jul 23, 2010 #4 You can chmod mod a file in the terminal, if that is what you are asking. As administrator (so be sure to enter the "su" command, then your password), run "chmod +x /the/path/to/the/file" to make it executable. See Wikipedia's page for all of the permissions you can change and how to do it.
You can chmod mod a file in the terminal, if that is what you are asking. As administrator (so be sure to enter the "su" command, then your password), run "chmod +x /the/path/to/the/file" to make it executable. See Wikipedia's page for all of the permissions you can change and how to do it.
M milner303 macrumors newbie Original poster Jul 23, 2010 3 0 Jul 23, 2010 #5 thanks very much that should do it.