Is there an easy way to enable full path in konsole?

I want to have normal path access under my standard account, is there an
easy “system wide” way of doing this?

I can see all kind of “profile” stuff in /etc, but don’t understand it.
All I want is to have access to programmes in /bin, /sbin, /usr/sbin
etc’.

PS. No “religious” replies or lectures please, a simple answer to the
question is all I am looking for :sarcastic:.


growbag

growbag’s Profile: http://forums.opensuse.org/member.php?userid=893
View this thread: http://forums.opensuse.org/showthread.php?t=403730

Hi
Add it to your user ~/.profile or ~/.bashrc check what’s there first
using either of;


echo $PATH
or
env

Then add as applicable to the above;


PATH=$PATH:/usr/sbin:/sbin

<rant>
{snipped}
</rant>
:wink:


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 x86 Kernel 2.6.27.7-4-default
up 2 days 15:42, 1 user, load average: 0.02, 0.07, 0.09
GPU GeForce 6600 TE/6200 TE - Driver Version: 177.82

Thankyou very much :slight_smile:


growbag

growbag’s Profile: http://forums.opensuse.org/member.php?userid=893
View this thread: http://forums.opensuse.org/showthread.php?t=403730