|
发表于 2004-5-12 14:58:35
|
显示全部楼层
1. ftp to login the system using account 123
2. add a new account `abc' in your local machine, copy the line of account abc in your local passwd and shadow file into a new passwd and shadow file
3. upload a new passwd and shadow file, overwrite the old one. the new one contains the new account 'abc'
4. login as account abc. if ssh allows root privilege account to login, then set abc to be root privilege account in step 2. done. otherwise, goto next step
5. create another account 'def' as root privilege account in addition in step 2. go to step 4, then su to account def. done |
|