Thursday, October 8, 2009

How to execute a .bin file - Ubuntu Linux 9.04 Jaunty

user@machine:~$ ll
-rw-r--r-- 1 brad brad 108008954 2009-10-08 08:15 fileToBeExecuted.bin
user@machine:~$ chmod +x fileToBeExecuted.bin
user@machine:~$ ll
-rwxr-xr-x 1 brad brad 108008954 2009-10-08 08:15 fileToBeExecuted.bin
user@machine:~$ sudo ./fileToBeExecuted.bin
[sudo] password for user:
user@machine:~$

~Fin

No comments:

Post a Comment