Thread
:
[Palm OS] All installed apps gave gone from GVM desktop
View Single Post
TA-t3
2008-09-02 , 10:58
Posts: 3,841 | Thanked: 1,079 times | Joined on Nov 2006
#
28
You should be able to create .profile as user, no root access necessary. Specifically, it's /home/user/.profile, make sure that you didn't do e.g. 'cd /' or something before trying to edit it. Just launching xterm should land you in /home/user, as can be checked with
Code:
pwd ls -ld
It should output something like
/home/user
and
drwxr-x--- <some number> user users <some date>
which means that you're in /home/user, which is owned by 'user' in the group 'users', and with write access for 'user' (yourself) (that first 'w').
As for the script execution:
It fails with 'MyDocs/scripts/script-name.sh' ?
Does it work with 'sh MyDocs/scripts/script-name.sh' ?
Does 'sh -x' instead of just 'sh' make some output?
__________________
N800/OS2007|N900/Maemo5
-- Metalayer-crawler delenda est.
-- Current state: Fed up with everything MeeGo.
Quote & Reply
|
The Following User Says Thank You to TA-t3 For This Useful Post:
dfinch
TA-t3
View Public Profile
Send a private message to TA-t3
Find all posts by TA-t3