View Single Post
Posts: 3,617 | Thanked: 2,412 times | Joined on Nov 2009 @ Cambridge, UK
#116
Originally Posted by blackemnc View Post
Help need...
Guys my n900 doesn't have "My Docs" folder...and it doesn't allow to execute "mkdir /home/opt/rovio/angrybirds/data/levels/pack2" command (it gives the error "-sh: mkdir /home/opt/rovio/angrybirds/data/levels/pack2: not found")
please help me..
p.s i have installed rootsh
The MyDocs folder (all one word) should be at /home/user/MyDocs (and is the root folder shown in File Manager). And the plain mkdir won't work if the previous directories haven't been created - try:
Code:
mkdir -p /home/opt/rovio/angrybirds/data/levels/pack2