Computing.Net > Forums > Linux > Redhat files/directories HELP....

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Redhat files/directories HELP....

Reply to Message Icon

Name: Steven
Date: December 14, 2002 at 22:40:56 Pacific
OS: redhat
CPU/Ram: 2.0
Comment:

How do i set up the files and directories in root for every time i try to run a program like make xconfig / load rpms off of cds or anything it comes back with can't find files or directories i was told that i need to config the system to look in the dir. what does that mean and how do i do this im running redhat 8.0 please explain in detail thank you steve.....I'm not understanding nor is the redhat Bible telling me or im not looking in the right place....



Sponsored Link
Ads by Google

Response Number 1
Name: 3Dave
Date: December 16, 2002 at 04:44:30 Pacific
Reply:

I think you are talking about your path. This is set up in your bash profile and will usually include /bin /usr/bin /usr/local/bin /usr/X11R6/bin etc...anywhere where binary files live (ie the executable program files).

It may be that you are including spaces in the command line. Instead of:
# rpm -ivh some rpm file.rpm
you must type either:
# rpm -ivh "some rpm file.rpm"
or
# rpm -ivh some\ rpm\ file.rpm


0

Response Number 2
Name: Jaguar
Date: December 27, 2002 at 12:34:03 Pacific
Reply:

I use to have a similar problem, sometimes it will only look for files in the directories specified in your $PATH enviroment variable. you may need to specify that the file is in the current working directory by type ./ before the filename (for example, ./someconfigfile , or sh ./someshfile.sh )


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: Redhat files/directories HELP....

RedHat 7.1 help please www.computing.net/answers/linux/redhat-71-help-please/5797.html

Redhat 7.2 help please!! www.computing.net/answers/linux/redhat-72-help-please/18524.html

No such file in Redhat 9 www.computing.net/answers/linux/no-such-file-in-redhat-9/20455.html