Jump to content

x86_64 $PATH [solved]


Recommended Posts

Can someone post the default /root/bashrc file for Mandriva 2008.1 x86_64? I screwed something up and I need to fix it.

 

As long as the PATH line is there, it doesn't matter if you've made any modifications.

 

 

[moved from Installing Mandriva by spinynorman]

Link to comment
Share on other sites

Don't know what I would be looking for there.

 

I overwrote the default .bashrc file for root, so now I need to find out what the PATH statement at the top is.

 

Otherwise, I have no urpmi, etc.

Link to comment
Share on other sites

It's in the rootfiles package here: rootfiles-11.0-1mdv2008.1.noarch.rpm

 

I've extracted it here

# .bashrc

PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/X11R6/bin:/usr/local/bin:/usr/local/sbin
ENV=$HOME/.bashrc
USERNAME="root"
export USERNAME ENV PATH

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi

It's the same as i586.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...