当前位置:  技术问答>linux和unix

请教各位我的linux登陆密码丢了 还有其他办法进去吗?

    来源: 互联网  发布时间:2015-04-07

    本文导语:  同题 | linux的手册上的,自己看看: 9.3. Booting into Single-User Mode One of the advantages of single-user mode is that you do not need a boot diskette or CD-ROM; however, it does not give you the option to ...

同题

|
linux的手册上的,自己看看:
9.3. Booting into Single-User Mode

One of the advantages of single-user mode is that you do not need a boot diskette or CD-ROM; however, it does not give you the option to mount the file systems as read-only or not mount them at all.

In single-user mode, your computer boots to runlevel 1. Your local file systems are mounted, but your network is not activated. You have a usable system maintenance shell. Unlike rescue mode, single-user mode automatically tries to mount your file system; do not use single-user mode if your file system can not be mounted successfully. You can not use single-user mode if the runlevel 1 configuration on your system is corrupted.

If your system boots, but does not allow you to log in when it has completed booting, try single-user mode.

If you are using GRUB, use the following steps to boot into single-user mode:

   1. If you have a GRUB password configured, type p and enter the password.
   2. Select Red Hat Linux with the version of the kernel that you wish to boot and type e for edit. You will be presented with a list of items in the configuration file for the title you have selected.
   3. Select the line that starts with kernel and type e to edit the line.
   4. Go to the end of the line and type single as a separate word (press the [Spacebar] and then type single). Press [Enter] to exit edit mode.
   5. Back at the GRUB screen, type b to boot into single-user mode. 

If you are using LILO, at the LILO boot prompt (if you are using the graphical LILO, you must press [Ctrl]-[x] to exit the graphical screen and go to the boot: prompt) type: 
linux single

|
假如你的linux是用grub引导的: 
  使用安装盘重启,见到“boot:”后输入vmlinuz root=/dev/hdaX initerd;linux single
( hdaX是你linux安装的分区,X是数字 例hda4),这样就可以以单用户方式进到系统中去了,然后再运行命令“passwd”就可将root的密码给修改过来了。

假如你的linux是用lilo引导的:
就按ctrl+x(redhat)或esc(mandrake),“见到boot:”输入linux single 就可进到系统中了,随后passwd。

|
找回忘记了的root口令(lilo/grub)    
三种办法:    
1.在系统进入单用户状态,直接用passwd  root去更改    
2.用安装光盘引导系统,进行linux  rescue状态,将原来/分区挂接上来,作法如下:    
cd  /mnt    
mkdir  hd    
mount  -t  auto  /dev/hdaX(原来/分区所在的分区号)  hd    
cd  hd    
chroot  ./    
passwd  root    
这样可以搞定    
3.将本机的硬盘拿下来,挂到其他的linux系统上,采用的办法与第二种相同    
rh8中    
一.  lilo    
1.  在出现  lilo:  提示时键入  linux  single    
 
画面显示  lilo:  linux  single    
2.  回车可直接进入linux命令行    
3.  #vi  /etc/shadow    
将第一行,即以root开头的一行中root:后和下一个:前的内容删除,    
第一行将类似于    
root::......    
保存    
4.  #reboot重启,root密码为空    
二.  grub    
1.  在出现grub画面时,用上下键选中你平时启动linux的那一项(别选dos哟),然后按e键    
2.  再次用上下键选中你平时启动linux的那一项(类似于kernel  /boot/vmlinuz-2.4.18-14  ro  root=LABEL=/),然后按e键    
3.  修改你现在见到的命令行,加入single,结果如下:    
kernel  /boot/vmlinuz-2.4.18-14  single  ro  root=LABEL=/    
4.  回车返回,然后按b键启动,即可直接进入linux命令行    
5.  #vi  /etc/shadow    
将第一行,即以root开头的一行中root:后和下一个:前的内容删除,    
第一行将类似于    
root::......    
保存    
6.  #reboot重启,root密码为空    

|
用启动光盘(安装盘第一张)
进入急救模式:linux rescue 
chroot /mnt/sysimage
passwd
直接修改密码。

|
那么怎样才是单用户模式呢?

难道启动到Linux下,会有选项么?

我好像没有看到过呀,呵呵……我是新手,见者莫怪。^-^

    
 
 

您可能感兴趣的文章:

  • linux下ftp所有用户均只能copy文件进去,目录不行。新建目录也不行。请教该如何解决?谢!
  • 各位大侠,还有一问题请教,如下:
  • 请教一下linux下除了ps命令还有什么方法能得到进程的信息
  • 请教redhat9.0中,xinetd还有hosts.allow/hosts.deny的用法
  • (菜鸟请教)还有修改/etc/passwd文件用什么函数呢?
  • 请教,如何使回车键跳到下一个文本框中,还有利用键盘的上,下,左右来移动到其他的文本框中!!
  • 请教RTP的意义和目的是什么,还有其实现原理!
  • 还是这个问题,还有一点需要请教一下各位
  • 这两天公司的网络坏了,俺只有跑到网吧来了.还有个关于J2ME的问题,请教,哎,雷老虎在不?J2ME Wireless ToolKit的原码从哪下载?....还有...看里面吧
  • 请教各位Java/JSP进行Web开发绘图(如股市实时曲线),除Applet外还有什么解决方案?
  • 我刚学java,想请教一下,我在文本中创建了一个接口,一个类,还有一个扩展类,保存为.java文件时,如何给文件名?
  • 请教JBuild的问题,还有B/S or B/C
  • 请问在javabean,java和jsp代码中如何判断一个字符串是否数字,还有如何把string转换成int!!!高分请教!!!
  • 请问如何判断一个字符串是否数字,还有如何把int转换成string!!!高分请教!!!
  • 请教高人:下面一段代码中的__ret_gu语句做何用途,还有switch语句的default分支:__get_user_x()中的第一个参数“X”好像未声明,如何编
  • 请推荐一种linux操作系统,还有一些问题向大虾请教
  • 这是我从别处向达人请教来的(关于WIN下装RH9 LINUX的),在这再想让大家看看,还有什么要我等别注意的吗?
  • 请教:javadoc 如何将一组包(并且包中还有子包)生成文档
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 请教,请教,这个问题是为什么????
  • 请教本地硬盘安装问题请教本地硬盘安装问题
  • ■请教■请教redhat最基本的问题!
  • 请教一个 shell 问题,我用下面这个 shell 语句总是失败,请教
  • 高分请教,各位大侠,请教一个问题,理论高手请进??谢谢
  • 请教Linux下pgadmin3-1.0.2的编译和安装!!高分请教!
  • 各位大虾,请教装了REDHAT9操作系统后,启动时无法引导到LINUX,请教该如何解决啊
  • 请教,请教,,,一定要看!!一定要看!!
  • 请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • :请教高手,小弟打印width=1500,height=600(A3纸)的Applet,在预览中是该区域是黑的,打印出来也是黑的,请教高手解决一下
  • jquery iis7站长之家
  • 请教这种循环的执行过程
  • 请教两个redhat9问题
  • 请教如何在指定目录下查找包含指定文字的文件
  • 请教局域网中如何通过ip地址得到主机名
  • 请教kdevelop的问题
  • 请教linux 下的adsl拨号问题.
  • 请教,如何用虚拟订机安装liux
  • 【请教】LINUX 下SNMP的MIB开发
  • 请教一个opengl的问题


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3