On 3/13/20 5:49 PM, home user wrote:
This might be easier if we make this more concrete. So let's suppose I
want to do
"journalctl"
or
"less /var/log/dnf"
After booting up the live image and doing the "su -", what do I do?
In general, it's better to use "sudo -i" instead. "su" requires you to
know the root password which is usually not even set. "sudo" uses your
user password.
sudo -i
mount /dev/sda6 /mnt
chroot /mnt
journalctl
less /var/log/dnf
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/users@xxxxxxxxxxxxxxxxxxxxxxx