LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora - Installation (https://www.linuxquestions.org/questions/fedora-installation-39/)
-   -   Fedora 28 Default Installation puts /root/bin in default path but this directory does not exist (https://www.linuxquestions.org/questions/fedora-installation-39/fedora-28-default-installation-puts-root-bin-in-default-path-but-this-directory-does-not-exist-4175635983/)

whodge01 08-08-2018 06:46 PM

Fedora 28 Default Installation puts /root/bin in default path but this directory does not exist
 
I installed several Fedora 28 servers on VMWare 14 and discovered that the Easy Install puts /root/bin in the default path for the root user, but /root/bin is not created by the install. This is not true for other accounts, /home/%user%/bin is present for other users created during the install, and included in their default path. Is that by design, or an error in the install script.

Keruskerfuerst 08-10-2018 01:08 AM

Might be an install error.

Terry Coats 08-10-2018 01:26 AM

Maybe you're expected to make /root/bin yourself. I don't know.
If it was me I'd
Code:

sudo mkdir /root/bin
and move on. Or whatever fedora uses for sudo.


All times are GMT -5. The time now is 05:45 AM.