-1

I'd like to find someone who can help me work around a password protected Linux system. This is not nefarious, it's an emergency situation. A friend has gone missing in the Vantana Wilderness. There may be info on his Linux system that would help locate him. I know very little about Linux, but PC proficient. Help anyone?

HenryJ
  • 1
  • Be aware the procedure suggested above will NOT give you access to personal files, the very reason you may want to attempt that. If it were so simple we wouldn't use passwords. – ChanganAuto May 02 '22 at 06:23
  • You don't even need a password to access files on an unencrypted file system if you have physical access. Just use a live session. (Try Ubuntu from installation media) – Nmath May 02 '22 at 06:27

1 Answers1

2

You can always access the disk data - if not encrypted - with a so called "live" system.

Download a small Xubunto ISO and install it on a USB stick. There is a documentation from Ubuntu on how to create a "live medium"

Boot the device from the usb - stick, select "Try Xubuntu" and open a file explorer when the desktop appears. Select some "external" disk (because your local "disk" ist the usb stick) and head to the directory /home/????/ where ???? should be the user name of your friend.

kanehekili
  • 6,402