View Single Post
Posts: 376 | Thanked: 511 times | Joined on Aug 2009 @ Greece
#5
Originally Posted by davide View Post
Hi everybody, I feel so stupid:
I added a new row in my .profile. Something like
Code:
PATH=$usr/user/MyDocs/dash/
. I dont't know exacly why I
Any idea on how get out of this nigthmare???
Install ssh via application manager.

From a (linux) PC run:

Code:
ssh user@n900 "mv .profile .profile.no"
This should execute the command without spawning a login shell (a.k.a. without sourcing .profile). If this fails then you can always try to set the root password (I believe that openssh asks for the root password when it is installed) and connect as root:

Code:
ssh root@n900
 

The Following 3 Users Say Thank You to v13 For This Useful Post: