![]() |
2011-04-16
, 09:50
|
|
Posts: 172 |
Thanked: 160 times |
Joined on Jan 2010
@ Sweden
|
#2
|
![]() |
2011-04-16
, 09:53
|
|
Posts: 355 |
Thanked: 396 times |
Joined on Dec 2009
@ USA
|
#3
|
chmod +x yourbinary ./yourbinary
![]() |
2011-04-16
, 09:54
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#5
|
Recently I compiled my first c++ command line app on my Nokia N900. But I can't start it using "./". When I try to use it normally it tells me that permission is denied and then, when I use root, that command doesn't exist. Got any idea how to fix it?
./myapp
/home/user/myapp
chmod +x myapp
scp myapp user@n900: ssh user@n900 chmod +x myapp ./myapp
![]() |
2011-04-16
, 10:03
|
Posts: 53 |
Thanked: 2 times |
Joined on Apr 2011
|
#6
|
![]() |
2011-04-16
, 10:21
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#7
|
![]() |
2011-04-16
, 11:03
|
|
Posts: 1,391 |
Thanked: 4,272 times |
Joined on Sep 2007
@ Vienna, Austria
|
#8
|
The Following 3 Users Say Thank You to thp For This Useful Post: | ||
![]() |
2011-04-16
, 16:28
|
Posts: 1,258 |
Thanked: 672 times |
Joined on Mar 2009
|
#9
|
![]() |
2011-04-16
, 16:32
|
Posts: 1,042 |
Thanked: 430 times |
Joined on May 2010
|
#10
|
fstab is autogenerated *after* filesystems have been mounted, to have a contents reflecting the actions taken by the init scripts. Editing it probably wont change anything
The Following User Says Thank You to Radicalz38 For This Useful Post: | ||
Last edited by oneat; 2011-04-16 at 09:47.