The Following User Says Thank You to stlpaul For This Useful Post: | ||
|
2012-08-14
, 19:41
|
Posts: 8 |
Thanked: 2 times |
Joined on Jul 2012
@ united states
|
#552
|
|
2012-08-14
, 19:55
|
Posts: 203 |
Thanked: 538 times |
Joined on Oct 2009
@ Colombia
|
#553
|
root
mv /home/user/MyDocs/a.out /home/user/a.out
chmod +x /home/user/a.out
cd /home/user/
./a.out
|
2012-08-14
, 20:04
|
Posts: 8 |
Thanked: 2 times |
Joined on Jul 2012
@ united states
|
#554
|
|
2012-08-14
, 20:14
|
Posts: 8 |
Thanked: 2 times |
Joined on Jul 2012
@ united states
|
#556
|
The Following User Says Thank You to ricotomo For This Useful Post: | ||
|
2012-08-21
, 22:55
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2012
|
#557
|
|
2012-08-22
, 01:25
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#558
|
|
2012-08-22
, 02:27
|
Posts: 6 |
Thanked: 0 times |
Joined on Jul 2012
|
#559
|
|
2012-08-22
, 02:49
|
|
Posts: 1,359 |
Thanked: 1,292 times |
Joined on Oct 2011
@ Tartus.Syria
|
#560
|
Tags |
devicelock, nokia n900 |
|
chmod +x a.out
./a.out
The first sets a.out as an executable
The second runs the command
(I have not tried the a.out program myself)
Good luck and welcome to the fun of N900 ownership