Assignment 5 Breaking into Kali Linux - zacharylongo/Tech-Journals GitHub Wiki
Tech Journal: Changing Root Password in Single User Mode
Assignment Overview
In this assignment, the task was to enter single-user mode and change the root password within it.
Notes
- Rebooted the system and accessed boot options by pressing a specific key sequence.
- Selected the "OS Name" option and appended the following parameters:
- Entered the root prompt and executed the following commands:
mount -rw -o remount /Mount the slash (/) directorypasswdSet roots password
- I then rebooted the system
Conclusion
Upon completion, executed the following commands:
command_three
Restarted the system, enabling login as root if needed.