幫助中心
這里有最新的使用文檔和教程
Linux下如何找回root密碼
以root身份登陸,執(zhí)行:
# passwd 用戶名 (修改密碼)
# useradd 用戶名 (添加用戶)
具體示例如下:
[root@bogon ~]# passwd root
changing password for user root.
new unix password:
bad password: it is based on a dictionary word
retype new unix password:
passwd: all authentication tokens updated successfully.
linux下root密碼找回方法
linux的root享有至高無上的權(quán)力,一旦root密碼忘記或者被盜,是一件非常頭痛的事情,那么怎么樣才能找回root的密碼呢,本人把其總結(jié)如下:
(一)linux 系統(tǒng)密碼破解
1.在grub選項(xiàng)菜單按e進(jìn)入編輯模式
2.編輯kernel那行 /init 1 (或/single)
3.按b重啟
4.進(jìn)入后執(zhí)行下列命令
root@#passwd root (配置root的密碼)
enter new unix password:輸入新的密碼
root@#init 6
(二)debian linux 系統(tǒng)密碼破解
1.在grub選項(xiàng)菜單'debian gnu/linux,...(recovery mode)',按e進(jìn)入編輯模式
2.編輯kernel那行面的 ro single 改成 rw single init=/bin/bash,按b執(zhí)行重啟
3.進(jìn)入后執(zhí)行下列命令
root@(none)#mount -a
root@(none)#passwd root
root@(none)#reboot
(三)freebsd 系統(tǒng)密碼破解
1.開機(jī)進(jìn)入引導(dǎo)菜單
2.選擇每項(xiàng)(按4)進(jìn)入單用戶模式
3.進(jìn)入之后輸入一列命令
root@#mount -a
root@#fsck -y
root@#passwd(修改密碼命令)
Linux有哪些版本
Linux的版本有:Deepin、UbuntuKylin、Manjaro、LinuxMint、Ubuntu等版本。其中Deepin是國內(nèi)發(fā)展最好的Linux發(fā)行版之一;UbuntuKylin是基于Ubuntu的衍生發(fā)行版;Manjaro是基于Arch的Linux發(fā)行版;LinuxMint默認(rèn)的Cinnamon桌面類似Windows XP簡單易用;Ubuntu則是以桌面應(yīng)用為主的Linux操作系統(tǒng)。