Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
/sbin and /usr/sbin not visible "globaly" in conso
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
Riklaunim
Apprentice
Apprentice


Joined: 16 Dec 2004
Posts: 286
Location: Poland

PostPosted: Wed Aug 03, 2005 12:45 pm    Post subject: /sbin and /usr/sbin not visible "globaly" in conso Reply with quote

I've made a typical gentoo stage3 install from another distro, after it emerged I've killed the old distro and moved gentoo to / (livecd, root, mc) now everything works without /sbin and /usr/sbin problem. As root in console something like env-update won't work (command not found) (but /usr/sbin/env-update works) it's for all apps in /sbin and /usr/sbin :? a symlink got killed or is it something else ?
_________________
Biblioteka CMS i PHP | Biblioteka Linuksa | Biblioteka cRPG | Biblioteka Pythona
Back to top
View user's profile Send private message
SinoTech
Advocate
Advocate


Joined: 20 Mar 2004
Posts: 2579
Location: Neunkirchen / Saarland / Germany

PostPosted: Wed Aug 03, 2005 1:01 pm    Post subject: Reply with quote

The $PATH variable gets set when processing "/etc/profile" (The file gets processed when login). But it doesn't includes "/sbin" and "/usr/sbin" for normal users (Just for root). So if you switch to root using "su", you've also to process "/etc/profile". You can do that one of three ways:

1. Login as root

2. If logged in as normal user and switching to root by using su, use the "-" switch:
Code:

$ su -


3. After "su" to root, perform the following command:
Code:

$ source /etc/profile


Mfg

Sino
Back to top
View user's profile Send private message
Riklaunim
Apprentice
Apprentice


Joined: 16 Dec 2004
Posts: 286
Location: Poland

PostPosted: Wed Aug 03, 2005 1:05 pm    Post subject: Reply with quote

ok, it works :) thanks
_________________
Biblioteka CMS i PHP | Biblioteka Linuksa | Biblioteka cRPG | Biblioteka Pythona
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum