bin directories not easily accessible

Discussion in 'Installation/Configuration' started by scouture, May 21, 2007.

  1. scouture

    scouture New Member

    it seems to me in earlier versions of Fedora Core I didn't have to locate all of my essential commands in their respective folders. With fc6 I have to type the full path of ifconfig, service, httpd, etc. can anyone help me out.
     
  2. zcworld

    zcworld New Member

    i found that myself when i used my normal account
    but if you do them as root user its fine

    but the bin folder i think is at
    /usr/bin
    or /usr/sbin
     
  3. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess the path variable is not set correctyl in your root account. You can compyre them by executing the following Commands as root and normal user:

    echo $PATH

    you can set the PATH variable e.g. in the .bash_profile file in the users home directory.
     

Share This Page