Questions tagged [path]
218 questions
0
votes
1 answer
Linux SUSE - How to clean up PATH?
By doing an echo when I am logged in as root I can see I have a lot of junk in my PATH (probably from running tests and then forgetting all about it).
What's the best way to clean it up? I am not looking for anything fancy -- is there a .profile…

JohnIdol
- 445
- 4
- 10
- 18
0
votes
2 answers
In Ubuntu, does updating the CLASSPATH require a reboot?
I changed my CLASSPATH and JAVA_HOME variable to something like this
JAVA_HOME=/usr/local/jdk1.6.0_24
export CLASSPATH=$CLASSPATH:/usr/local/tomcat/lib
export JAVA_HOME
And when I try to compile, the path in the CLASSPATH variable still does not…

Genadinik
- 1,103
- 4
- 19
- 39
0
votes
2 answers
Setting multiple paths to JAVA_HOME in Ubuntu
I am trying to set the JAVA_HOME path in Ubuntu from the .bashrc file
I currently have something like
export JAVA_HOME=/usr/local/jdk1.6.0_24
But I want to also add the servlet libraries in the Tomcat folder to the path. I tried doing…

Genadinik
- 1,103
- 4
- 19
- 39
0
votes
1 answer
How to set global PATH on OS X Server 10.6.6?
I'm running Tomcat on OS X Server 10.6.6 under the normal Web component that comes with the OS. This has worked fine so far, but I need to add some entries to the $PATH environment variable for programs that I want access to from the web server…

Adam Lindberg
- 101
- 3
0
votes
1 answer
tcsh PATH env variable not respected amazon web services
I've got an Amazon EC2 instance with the 64bit Linux AMI. I changed my shell to tcsh and then set up .tcshrc with
PATH = ".:/usr/local/lib/play-1.1:$PATH"
After a
$ source ~/.tcshrc
$ echo…

notbrain
- 209
- 3
- 16
0
votes
2 answers
Long file path returning 404 for "hello.htm"
I have a long file path that works on my server, but a simliar path returns a 404 error when it is on my clients (IIS6) server (http://ddmat.com/).
Here's the functioning file path on my…

Adam Kane
- 101
- 2
0
votes
3 answers
Installation path for root
My understanding of paths is that ~/.jungledisk/ means the path is relative to the current user. If that's true, if I installed this as root, where did it go?

Ben
- 3,800
- 18
- 65
- 96
0
votes
2 answers
linux terminal:how to search path in windows pc?
i'm newbie in linux, and i work with linux terminal to control another linux pc(client).
Beside that, i have some permition to access windows pc. They give me some IP address, user, and password.
but i have some problem during open some file use…

klox
- 197
- 1
- 2
- 7
0
votes
2 answers
greengeeks drupal install imagemagik 'path /usr/bin/convert' does not exists error
I just signed up with greengeeks.
I have a drupal install (6.19) on my public_html directory.
The ImageMagic Toolkit can't find the binary - the error I get is "the path /usr/bin/convert"
does not exist.
when I use a terminal and do 'which convert'…
user57878
0
votes
2 answers
Copying files (of a particular extension) remotely onto local computer preserving paths
I have bunch of files on the remote server.
I'm not interested in most of them, except for .pl files.
I want to get a copy of these on my local computer.
What is the best way to do this (at the same try preserving its path)?
I'm thinking somewhere…

denormalizer
- 491
- 2
- 5
- 15
0
votes
2 answers
How to serve dynamic pages outside the document root?
I'm trying to setup a simple web app and I'm having some difficulties.
Here's how I have it setup :
/srv/www/application <-- python code
/srv/www/public_html <-- document root
I want Apache to serve everything in public_html if he can find it,…

subb
- 103
- 3
0
votes
1 answer
path as variable
BACKUP_SERVER_NAME="name"
BACKUP_SERVER_USERNAME="user"
COPY_FILE_TO_WINDOWS="/cygdrive/c/unix_test_copy"
scp -r /$1/ $PRIMARY_SERVER_USERNAME@$PRIMARY_SERVER_NAME:$COPY_FILE_TO_WINDOWS
How can I pass a path to variable and how I can pass it to…

Mohammad AL-Rawabdeh
- 1,612
- 12
- 33
- 54
0
votes
2 answers
Make bridge table with UDP packet
Assume that all bridge table was empty (or at least don't have source and destination of my connection ) and want to update their bridge table with my sending packet (when I send packet all bridge understand where "Sender Host" are and when…

Amirreza
- 684
- 2
- 7
- 12
0
votes
2 answers
How do I set the PATH environment variable to point to JRE version 1.5
Hi there I have a program that requires me to set the PATH
environment variable to point to JRE version 1.5 as I need to access the program via a command prompt. So any ideas on how to do that?
VMNoob
0
votes
1 answer
Standard apache subdomain locations
Is there a standard location for subdomain folders? I used to make folders for each subdomain in /var/web. I'm redoing my server and I want to make everything as clean as possible.
The Django tutorials I read usually have Django websites in the…

Cory Walker
- 236
- 2
- 4
- 11