home *** CD-ROM | disk | FTP | other *** search
/ H4CK3R 15 / hacker15 / 15_H4CK3R#15.ISO / linux_security / engarde / ENGARDE_COMMUNITY_FEINT.ISO / bin / passwd < prev    next >
Encoding:
Text File  |  2002-05-30  |  784 b   |  20 lines

  1. #!/bin/sh
  2.  
  3. cat <<EXPLANATION
  4. To change the root password of a system installed on your hard drive, you
  5. should make that system bootable, then boot it and run its own "passwd"
  6. program.
  7.  
  8. If you have forgotten the root password of a system on the hard drive, you
  9. can use a text editor to erase it, or use "chroot" to switch to that
  10. system's root filesystem and then run its own passwd command.
  11.  
  12. If you want to change the rescue system's root password (temporarily, for
  13. this session only), use the "bbcpasswd" program.  The only reason to do this
  14. is if you want to bring the rescue system up on a network (and then connect
  15. to it by ssh).
  16.  
  17. To preserve the rescue system's configuration, including its root password,
  18. in between sessions, use "save-config" and "restore-config".
  19. EXPLANATION
  20.