
19
Recover a Lost Root Password
Recover root password
For LILO:
1. Boot linux
2. At the LILO prompt ( i.e. Boot: ) type linux single
3. At the command line#, type passwd root
4. Change the password
5. Reboot and try new password
For GRUB:
1. Boot linux
2. At the GRUB menu, press e (for edit)
3. Add the word “single” at end of line
4. Press “b” to boot
PSCP – Secure Copy from Windows (using Putty tools)
Pull a File pscp root@source_ip:/full_source_path dest_path
SAi_Test.html ./
Push a File pscp source_path root@dest_ip:/dest_path
Example: pscp “c:\my documents\whatever.txt”
SCP – Secure Copy from Linux
Pull a File scp root@source_ip:/full_source_path dest_path
SAi_Test.html ./
Push a File scp source_path root@dest_ip:/dest_path
Example: scp “/root/docs/whatever.txt”
Kommentare zu diesen Handbüchern