User Tools

Site Tools


linux_security

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_security [2017/01/05 06:37] – created felixonmarslinux_security [2024/05/12 15:16] (current) felixonmars
Line 4: Line 4:
 init=/bin/bash init=/bin/bash
 </code> </code>
-Then remount the filesystem and just use passwd to reset the root password:+Then just use passwd to reset the root password:
 <code> <code>
-mount -o remount,rw / 
 passwd passwd
 +</code>
 +On old systems you may need to remount the filesystem:
 +<code>
 +mount -o remount,rw /
 </code> </code>
  
linux_security.txt · Last modified: 2024/05/12 15:16 by felixonmars