Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
make install to /usr/local/bin
#4

This is due to your PATH settings (although fedora should be looking there).

 

Edit the file ~/.bashrc and at the bottom append:



Code:
export PATH=$PATH:/usr/local/bin




 

That should amend it to YOUR login only, if you wish it to be global then you will need to look in the /etc/profile file. I'm not sure of the layout to this file but the solution should be similar.

 

Quote:why is there no useradd utility
 

When you chose to become root you MUST use this



Code:
su -




 

The - indicates the addition of superuser PATH's etc (as before!). This will let you "see" the useradd binary.

Reply


Messages In This Thread
make install to /usr/local/bin - by Black Ghost - 2006-05-04, 05:38 AM
make install to /usr/local/bin - by anyweb - 2006-05-04, 10:23 AM
make install to /usr/local/bin - by xDamox - 2006-05-04, 06:07 PM
make install to /usr/local/bin - by Black Ghost - 2006-05-04, 09:59 PM
make install to /usr/local/bin - by znx - 2006-05-05, 07:51 PM
make install to /usr/local/bin - by Black Ghost - 2006-05-07, 03:01 AM
make install to /usr/local/bin - by znx - 2006-05-21, 10:26 AM
make install to /usr/local/bin - by Black Ghost - 2006-05-04, 01:21 PM
make install to /usr/local/bin - by znx - 2006-05-04, 01:32 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)