x****e 发帖数: 16 | 1 基础问题a
忘记用户名和密码
尽管在single user mode 恢复了root密码,但root登陆被禁
重新在single user mode 下,add user and set user pwd, 新用户仍然不可登陆。
咋办啊? |
S*A 发帖数: 7142 | 2 what does the log file said after you login fail?
You can login as single mode again to see the log file.
Things like secure tty can forbid people login on tty
console. |
d****g 发帖数: 1049 | 3 应该是新装的系统不常用吧?觉得没必要折腾,重装吧:)
【在 x****e 的大作中提到】 : 基础问题a : 忘记用户名和密码 : 尽管在single user mode 恢复了root密码,但root登陆被禁 : 重新在single user mode 下,add user and set user pwd, 新用户仍然不可登陆。 : 咋办啊?
|
S*A 发帖数: 7142 | 4 FT, 这也从装。
【在 d****g 的大作中提到】 : 应该是新装的系统不常用吧?觉得没必要折腾,重装吧:)
|
d****g 发帖数: 1049 | 5 hehe。主要是猜这个系统从装过以后就没怎么用过,应该没安什么其他东西。就一个光
系统重装一下也就最多一个小时。整这些恢复啊挽救啊的实在不值得。
【在 S*A 的大作中提到】 : FT, 这也从装。
|
S*A 发帖数: 7142 | 6 这也是个学习和解决问题的过程嘛。
【在 d****g 的大作中提到】 : hehe。主要是猜这个系统从装过以后就没怎么用过,应该没安什么其他东西。就一个光 : 系统重装一下也就最多一个小时。整这些恢复啊挽救啊的实在不值得。
|
N****w 发帖数: 21578 | 7 恢复、挽救最长知识了
【在 d****g 的大作中提到】 : hehe。主要是猜这个系统从装过以后就没怎么用过,应该没安什么其他东西。就一个光 : 系统重装一下也就最多一个小时。整这些恢复啊挽救啊的实在不值得。
|
x****e 发帖数: 16 | 8 I could not even use ls in single user mode
How to activate new user in single user mode command line?
【在 S*A 的大作中提到】 : what does the log file said after you login fail? : You can login as single mode again to see the log file. : Things like secure tty can forbid people login on tty : console.
|
S*A 发帖数: 7142 | 9 Can not use ls? Have you try run ls with full path?
/bin/ls
What error message do you receive?
How about dmesg?
How do you enter single user mode?
Grub command line add "single"?
Add user using command: adduser
【在 x****e 的大作中提到】 : I could not even use ls in single user mode : How to activate new user in single user mode command line?
|
r**e 发帖数: 339 | 10
i use a ubuntu live cd to get into the single user mode, in which i
recovered the root passwd and useradd newuser and passwd.
I will try /bin/ls
thanks. hope it works.
【在 S*A 的大作中提到】 : Can not use ls? Have you try run ls with full path? : /bin/ls : What error message do you receive? : How about dmesg? : How do you enter single user mode? : Grub command line add "single"? : Add user using command: adduser
|
b*****l 发帖数: 9499 | 11 何不用 windows 啊,如果这就要重装,如果一出问题就重启/重装。
【在 d****g 的大作中提到】 : 应该是新装的系统不常用吧?觉得没必要折腾,重装吧:)
|
S*A 发帖数: 7142 | 12 Are you the same guy as the LZ asking quesitons?
Any way, if you use live CD to get into single user mode,
you do realize that it is a different Linux partition than
the hard disk one?
You need to mount your hard disk root partition and chroot
into it to change passwd.
【在 r**e 的大作中提到】 : : i use a ubuntu live cd to get into the single user mode, in which i : recovered the root passwd and useradd newuser and passwd. : I will try /bin/ls : thanks. hope it works.
|
d****g 发帖数: 1049 | 13 请看我后面跟贴解释建议重装的原因。呵呵
陆。
【在 b*****l 的大作中提到】 : 何不用 windows 啊,如果这就要重装,如果一出问题就重启/重装。
|
Z**0 发帖数: 1119 | 14 single mode下,vi /etc/password.查看用户名,把用户名后:x:那个x给删除,这个用
户就可以不用密码登录。其实直接passwd username也可能改用户密码。
【在 x****e 的大作中提到】 : 基础问题a : 忘记用户名和密码 : 尽管在single user mode 恢复了root密码,但root登陆被禁 : 重新在single user mode 下,add user and set user pwd, 新用户仍然不可登陆。 : 咋办啊?
|