How to find out root password
Hi. I enrolled in the course "Bash programming" on Udemy and according to instructions, I installed the lastes Fedora 28 package in VMWare Fusion 10. It works great. Was able to go through many BASH programming exercises. However, some exercises require root. When I enter "su root", it asks for the password. I have no idea what the root password is. During the installation, I was never asked to setup a root my root password nor was the current root password even mentioned. Please let me know what I need to do. Thank you - DJ Mehrpuyan
How did you do install? ... using a Fedora ISO? ... did Udemy provide a VM? I've never installed a fresh Linux system without the installer asking for a root password.
Then you haven't installed F28 yet. It doesn't ask for a root password anymore. You have to define it.
sudo -i passwd
During the installation of Fedora, it never asked for a root passwd. I got it to work finally. sudo root password: <my linux="" password="">
passwd
changing password for root New password: <entered new="" root="" passwd="">