Im trying to recover access to an old FTP server we have here. The root password is lost in the mists of time. No problem, I thought, use the linux single method:<P>- Reboot<BR>- LILO prompt: linux ...
Logging in as the root user should never be done on Linux. Using the root account could lead to disaster. Sudo is the preferred method of gaining elevated privileges. When I first started using Linux ...