Jacxz posted on May 3 2006 at 02:39 PM said:
crusty posted on May 3 2006 at 03:55 PM said:
There is no root password so leave that field blank in SmartFTP's entry.
I suggest you create a new user with reduced privileges:
adduser -s /bin/bash <username>
and use that as much as possible for subsequent work.
What privileges would that give and where should i create it, just in Sterm?
i tried root; (blank) without result before but i'll trie again and with a new user...
thx
The Linux/Unix user world is divided into root and all the rest.
Privileges are defined by membership in specific groups as
defined in the /etc/group, /etc/passwd and /etc/shadow files.
This is standard system administration for which there is plenty
of documentation on-line or in texts.
Following instructions assume you have configured the gp2x as per this thread.
Do not type the surrounding single quote marks when entering text.
1. Use the Start Menu - Run option and type 'telnet'.
2. At the command line prompt type 'open 10.1.0.235'.
3. At the resulting gp2x login prompt type 'root'.
4. There is no password required for this user so you will see the bash
shell prompt: [root@gp2x root]$
5. Type 'adduser -s /bin/hash <yournewusername>'
6. You will be prompted to change the password. Enter it twice as prompted.
7. The new user has been created and you can login to it.
8. Type 'logout'.
9. The connection will be closed.
10. Rerun telnet, type 'open 10.1.0.235' and login as 'yournewusername'.
11. Continue with ordinary GNU/Linux shell commands.
Now try your ftp client from the Windows machine, using the new user
and its password.