ing to find the pertinent paragraph in
the manual is almost impossible...
Definitely so. But once you know that there is that much information in
there, quickly searching through it for shell-related stuff is quite valuable.
Well... yes and no. First of all, you solved my initial problem. I
can add
> I suppose that if there aren't at least six ways to do something, it
> isn't worth doing ;)
>
> Now, out of plain old curiosity, where DOES bash get the default path
> from (as set by the administrator or RH), as it does not show up in ANY
> of the 3 files ab
impossible...
I have a program that I want to run from the command line on a fairly
frequent basis, and do not want to have to specify the path every
time (as it is several directories down), so after having done the
above research, I see that I can type:
export PATH=$PATH:/directory/sub
is, and do not want to have to specify the path every time (as
it is several directories down), so after having done the above research,
I see that I can type:
export PATH=$PATH:/directory/subdirectory
which adds the necessary directory to my path variable. Works fine, and I
can run my little pro
Hello all-
I have googled, searched the archive, and read my RH Linux books, and I
must be missing something here.
I have a program that I want to run from the command line on a fairly
frequent basis, and do not want to have to specify the path every time
(as it is several directories down
al entry for cpio is the usual "we only speak info"
> useless travesty of a manual entry.
I've been trying, but still can't get to like info either..
This was not my problem actually.. what I wanted was getting rid of the
whole path and the -d option. Sean Estabrook
On 19:24 14 Sep 2003, Herculano de Lima Einloft Neto <[EMAIL PROTECTED]> wrote:
|Is it possible to extract a file from a cpio archive ignoring the
| original archiving path, or setting a new path?
With GNU cpio you can use the --no-absolute-filenames option on
extraction. I found this
Is it possible to extract a file from a cpio archive ignoring the
original archiving path, or setting a new path?
Thanks
--
Herculano de Lima Einloft Neto <[EMAIL PROTECTED]>
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/
Sean Estabrooks wrote:
You can try to track this down further or simply move the setting
of PS1 to the very last line of your .bashrc
This worked after moving the global definitions to the top of the file.
Thanx.
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.re
I think that you want:
export PATH=/usr/local:/usr/bin:$PATH
or something like this, you may want to also specify what shell this is
for. it would work for bash and ksh I think. So man the shell you are
using e.g. man bash
Cheers,
Aly.
On Tue, 2003-09-02 at 09:49, Khademul
Anyone knows!
As I am new in Linux, How do I setup path in Linux for users?
Thanks
..
Khademul Islam ( Dali )
Software Engineer -- Integrated Supply Chain
Customer Solution Center
IBM Rochester
Tel: 507 253 8281
Fax: 507 253 8243
E-mail: [EMAIL
Sean Estabrooks wrote:
On Mon, 01 Sep 2003 16:20:53 -0600
bfd <[EMAIL PROTECTED]> wrote:
Hello,
I want my prompt, both in the text console and X-windows shell console,
to show the path to the current directory, e.g.,
[/usr/local/mozilla/icons]$
Under RH 7.3, I could get this by add
On Mon, 01 Sep 2003 22:49:48 -0600
bfd <[EMAIL PROTECTED]> wrote:
> >>When adding these lines into .bashrc under RH 9.0, after typing
> >>"startx", I get a black screen with a black X indicating the mouse
> >>cursor. I believe that X is loading but KDE never loads.
> >>
[...snip...]
> I've used
Hello,
I want my prompt, both in the text console and X-windows shell console,
to show the path to the current directory, e.g.,
[/usr/local/mozilla/icons]$
Under RH 7.3, I could get this by adding to my .bashrc file the lines
PS1=[\\w]\\$
export PS1
When adding these lines into
Nick Wilson wrote:
> > You need install the Java VM to your machine, if you haven't done so
> > already.
> >
> > http://www.java.com
> >
> > Simple way to put java in your PATH is to symlink the main java
> > executable to a directory already
* and then Ricky Boone declared
> > I'm trying to install LimeWire and it's telling me that there is no Java
> > Virtual Macine in my PATH. Could someone please point me in the right
> > direction?
>
> You need install the Java VM to your machine, if you ha
On Sun, 2003-07-27 at 07:09, Nick Wilson wrote:
> I'm trying to install LimeWire and it's telling me that there is no Java
> Virtual Macine in my PATH. Could someone please point me in the right
> direction?
You need install the Java VM to your machine, if you haven'
Hi all,
I'm trying to install LimeWire and it's telling me that there is no Java
Virtual Macine in my PATH. Could someone please point me in the right
direction?
Many thanks..
--
Nick W
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.c
Thank you Hugh! You were right - I was just doing "$su martin" to test
out the new user. I had no clue that that retained my environment - su
with the dash shows that his path is fine.
I would have struggled for who knows how many more hours with this. I
guess I should look up eve
quot;su -" to get the
target user's environment (including path). This goes for root as
well.
HTH
Regards, Hugh
--
Hugh E Cruickshank, Forward Software, www.forward-software.com
From: ashleigh smythe Sent: Wednesday, July 09, 2003 17:46
>
> Hello. I've been learning Redhat f
I can't recall what it was before moving up to 9, but now my
$PATH (default from the installation I guess - I haven't changed it) is:
/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/ashleigh/bin
As root, I've created a new user both using the gnome graphical
config-users too
Is there an enviroment variable in which apps like Samba look for the
OpenSSL path? The Red Hat rpm installs OpenSSL in /usr/share/ssl but I
want to get rid of the rpm version, and compile my own installed in
/usr/local/ssl
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED
We are testing sgi_fam in our RedHat 8.0 installation for our own uses, and are using
the monitor.cc program as a starting point.
We have registered a directory to monitor, but the only events that return a full path
are the directory registration begin and end events.
All file creations
On Tue, 3 Jun 2003, Eric Hammersley wrote:
> Honestly the easiest way is to follow the same method RH uses in
> /etc/profile. Add another 'pathmunge' after the last one in
> /etc/profile. ie.
>
> pathmunge /your/path/here after
>
> Add the 'after'
Honestly the easiest way is to follow the same method RH uses in
/etc/profile. Add another 'pathmunge' after the last one in
/etc/profile. ie.
pathmunge /your/path/here after
Add the 'after' if you want it to add at the tail of the existing system
path, leaving the '
I am looking for detailed instructions (with examples, if possible) that I
can follow to add global paths to RH9.
Thank you.
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 17 Mar 2003 13:41:28 -0800, DuSTiN KRySaK wrote:
> > The proper installation path is to the root of a directory tree as
> > described in the README on disc #1. For instance, if you mounted
> > disc #1 on /mnt/
On 3/17/03 1:09 PM, "Michael Schwendt" <[EMAIL PROTECTED]> spit this out
onto my computer screen:
> [recycling an old posting]
>
> The proper installation path is to the root of a directory tree as
> described in the README on disc #1. For instance, if you mounted
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Mon, 17 Mar 2003 11:08:16 -0800, DuSTiN KRySaK wrote:
> Hi there - I have copied all 3 disks of my RH install CD's to my hard
> drive Now when using redhat-config-packages, I know you are supposed to
> specify "-t" to d
Hi there - I have copied all 3 disks of my RH install CD's to my hard
drive Now when using redhat-config-packages, I know you are supposed to
specify "-t" to do the path... Now what I am wondering - where exactly does
the path need to go to? The root of the cd? Right to the RPMS
On Mon, 10 Mar 2003, DuSTiN KRySaK wrote:
> Hi there - earlier yesterday, someone passed on the info on how to
> change the path the redhat-config-packages looks for the rh8 cd's, but
> I have a question.. What if you are installing a 3rd party RPM, and it
> prompts for a cd?
Hi there - earlier yesterday, someone passed on the info on how to change
the path the redhat-config-packages looks for the rh8 cd's, but I have a
question.. What if you are installing a 3rd party RPM, and it prompts for a
cd? Is there a way to point that to the cd files on your hard
On Mon, 10 Mar 2003, DuSTiN KRySaK wrote:
> Hi there - is there a way to change the path that that
> redhat-config-packages looks in when installing stuff from cd? I have
> a large hard drive, and want to copy the 3 cd's to my backup drive,
> and then if I ever install, update
Hi there - is there a way to change the path that that
redhat-config-packages looks in when installing stuff from cd? I have a
large hard drive, and want to copy the 3 cd's to my backup drive, and then
if I ever install, update or anything like that - and it wants the cd's,
they are alr
What? Just anywhere?
Trying it at the end of the file...
Ok, great. It works...
Thanks!
On Wed, 2003-03-05 at 18:10, [EMAIL PROTECTED] wrote:
> On Thu, 5 Mar 2003, Tim Willis wrote:
>
> > I've been trying to add /usr/sbin and /sbin to my path by doing export
> > PAT
On Wed, 2003-03-05 at 17:57, Tim Willis wrote:
> I've been trying to add /usr/sbin and /sbin to my path by doing export
> PATH=$PATH:/sbin:/usr/sbin. However, it seems to only work for the
> current terminal session. When I re-open the terminal and echo $PATH,
> the two director
On Thu, 5 Mar 2003, Tim Willis wrote:
> I've been trying to add /usr/sbin and /sbin to my path by doing export
> PATH=$PATH:/sbin:/usr/sbin. However, it seems to only work for the
> current terminal session. When I re-open the terminal and echo $PATH,
> the two directories are
I've been trying to add /usr/sbin and /sbin to my path by doing export
PATH=$PATH:/sbin:/usr/sbin. However, it seems to only work for the
current terminal session. When I re-open the terminal and echo $PATH,
the two directories are gone from my PATH.
I've looked at the .bashrc
it, then
/usr/local/bin would be the place to put it. If it is for just your
use, I usualy create a directory called bin in my home directory, and
put that type of program or script in there. I think Redhat inclused
that in your path now...
Mikkel
--
Do not meddle in the affairs of
hi,
i have an executable which reside in other directory and i want to execute
it anywhere (directory ) i am. where should i put it and what is the command
regards,
Toto
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list
On Sat, 1 Mar 2003, exits funnel wrote:
> Hello,
>
> I'm trying to determine where exactly $PATH is set.
> I've read the bash man page which was informative but
> doesn't quite answer my question. When I add an 'echo
> $PATH' to the beginning of /e
On Sun, 2003-03-02 at 04:44, exits funnel wrote:
> Hello,
>
> I'm trying to determine where exactly $PATH is set.
> I've read the bash man page which was informative but
> doesn't quite answer my question. When I add an 'echo
> $PATH' to the beginni
Hello,
I'm trying to determine where exactly $PATH is set.
I've read the bash man page which was informative but
doesn't quite answer my question. When I add an 'echo
$PATH' to the beginning of /etc/profile and than start
a login shell I can see that PATH is already
The most easy way is to explicitly set the PATH variable to the value
you want.
For example, you could insert into you .profile file something similar
to
PATH="/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/sbin:/bin:/usr/sbin:/usr/X11R6/bin:/root/bin:/usr/bin/make:/usr/bin:/usr/loca
bulent acikgoz wrote:
> Hi friends,
> I use RH8.
> I want to change PATH order. My PATH like this,
>
> [EMAIL PROTECTED] /]# echo $PATH
> /usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
> /sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/bin/
Hi friends,
I use RH8.
I want to change PATH order. My PATH like this,
[EMAIL PROTECTED] /]# echo $PATH
/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:
/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:/usr/bin/make:
/usr/bin:/usr/local/bin
[EMAIL PROTECTED] /]#
I want
"ignoring font path element [new font dir] (unreadable)"
reported in syslog and the new fonts are not available to
Gimp.
I've spent the last 24hrs googling this without finding out what
I'm missing
so I throw myself upon the tender mercies of this lis
Font-HOWTO/xfonts.html tells me I
need to make a new font directory, copy the fonts into it, run ttmkfdir and
mkfontdir
within the new fonts dir and then chkfontpath will add that dir to xfs'
config. Which
it does. However on restarting xfs I get:-
"ignoring font path element [new fo
I keep getting these warning messages on my terminal screen using RH 8.0, Gnome.
(nautilus:3939): Bonobo-WARNING **: Can't find path '/popups/selection' for
popup widget
(nautilus:3939): Bonobo-WARNING **: Can't find path '/popups/selection' for
popup widget
(
Jianping Zhu <mailto:[EMAIL PROTECTED]> wrote on Wednesday, 15 January 2003
04:32:
> after setting $path in /etc/profile. how can let this change take
> effect without having to restart computer?
> Thanks
login. This assumes you are using bash as a login shell -
other shells
after setting $path in /etc/profile. how can let this change take
effect without having to restart computer?
Thanks
--
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list
set path in /etc/profile
On Mon, 16 Dec 2002, Jianping Zhu wrote:
> I have redhat7.1 linux several, default shell is bash shell, I installed
> java and javac in /usr/local/jdk/bin
> how can i set java path premantly so every user can use javac and java?
>
I have redhat7.1 linux several, default shell is bash shell, I installed
java and javac in /usr/local/jdk/bin
how can i set java path premantly so every user can use javac and java?
Thanks
Jianping Zhu
Department of Computer Science
Univerity of Georgia
On Mon, 2002-12-09 at 10:59, Mike Stewart wrote:
> Thanks Bret.
>
> Adding to the user's bash file would only affect the $PATH for that user
> though... but as it's only really needed for root at the console presently
> then this will do. There must be some way of set
Thanks Bret.
Adding to the user's bash file would only affect the $PATH for that user
though... but as it's only really needed for root at the console presently
then this will do. There must be some way of setting it globally I should
think.
Thanks
Mike
- Original Message
On Mon, 2002-12-09 at 05:23, Irvine Russell wrote:
> Mike Stewart kirjoitti 09.12.2002 kello 11:58:
> > Hi there, a simple question from a simple newbie how/where do I
> > set up
> > the PATH ? I need to add a folder to it.
> >
> > I looked in etc/profile b
Thanks Irvine, that seems to do the trick.
Mike
- Original Message -
From: "Irvine Russell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 09, 2002 11:23 AM
Subject: Re: RH 7.2 Path ?
> Mike Stewart kirjoitti 09.12.2002 kello 11:58:
> &
Mike Stewart kirjoitti 09.12.2002 kello 11:58:
> Hi there, a simple question from a simple newbie how/where do I
> set up
> the PATH ? I need to add a folder to it.
>
> I looked in etc/profile but that seems to pick up the path from
> somewhere
> else then add user
See
in
[user@linuxbox]# cat .bash_profile
-Message d'origine-De : Mike Stewart
[mailto:[EMAIL PROTECTED]]Envoyé : lundi 9 décembre
2002 10:59À : [EMAIL PROTECTED]Objet : RH
7.2 Path ?
Hi there, a simple question from a simple
newbie how/where do I set up the
Hi there, a simple question from a simple
newbie how/where do I set up the PATH ? I need to add a folder to
it.
I looked in etc/profile but that seems to pick up
the path from somewhere else then add user's specific things to the original
path ?
Thanks
Mike
table cc found in $PATH
I have run into these errors with every program or driver etc. When I
have to compile to install. Whilst looking for a solution I found a site
that said to try running: CC="cc_name" ./configure
this is the output of that.
CC="cc_name" ./configure
loa
d in RH8 and what I have to do to get tftp daemon
>started at boot. I've ticked its checkbox in the services GUI dialog box but still no
>joy.
>
> My second question is about the PATH environment settings. It seems to have changed
>a lot in RH8.0. Where do I set
same. Does anyone know if I've missed a file which may have
have been added to version 8.0?
On the second question, I used to add other directories to the PATH environment,
certainly on RH 7.3, in the rc.sysinit file but it seems to have been removed from
this file. I did look at the /etc/
alog box but still no
>joy.
>
> My second question is about the PATH environment settings. It seems to have changed
>a lot in RH8.0. Where do I set a system-wide PATH?
>
> Awuku Danso ([EMAIL PROTECTED])
>
>
>
>
--
Mike Burger
http://www.bubbanfrien
re is a verbose option.
> My second question is about the PATH environment settings. It seems to
> have changed a lot in RH8.0. Where do I set a system-wide PATH?
/etc/profile
--
\ \/ / _ |~\ _ In God We Trust. All Others Pay Cash.
> < / \|\ /|+-< | | "The world is
nged in RH8 and what I have to do to get tftp daemon started at boot.
I've ticked its checkbox in the services GUI dialog box but still no joy.
My second question is about the PATH environment settings. It seems to have changed a
lot in RH8.0. Where do I set a system-wide PATH?
Awuku Danso
Attached is a copy of my default /etc/profile file which contains all of the
system wide variables/paths for all of my bash users. If someone could show
me how I would add something like /usr/local/qt/doc and /usr/local/qt/include
and one or two more that would be greatly appreciated. $PATH
Hi Mathew,
If you look at this script you can see it runs all the files in
/etc/profile.d with the suffix .sh
So you could create a file in this directory call say "userpaths.sh"
and put in it
PATH=$PATH:/add/to/path1:/add/to/path2
export PATH
This would then add "/add/to/path
be greatly appreciated. $PATH variables are a
brand new thing to me.
~ Matthew
The 'pathmunge' function ensures that a directory is not included in PATH
multiple times. After the line that says:
pathmunge /usr/X11R6/bin after
insert the lines:
pathmunge /usr/local/qt
esmond
>
> >From: "Matt" <[EMAIL PROTECTED]>
> >Reply-To: [EMAIL PROTECTED]
> >To: <[EMAIL PROTECTED]>
> >CC: <[EMAIL PROTECTED]>
> >Subject: RE: ldconfig in path?
> >Date: Mon, 19 Aug 2002 16:40:03 -0400 (EDT)
> >
> >Desmon:
lt;[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>CC: <[EMAIL PROTECTED]>
>Subject: RE: ldconfig in path?
>Date: Mon, 19 Aug 2002 16:40:03 -0400 (EDT)
>
>Desmon:
>
>type "whereis ldconfig" That will show you where it is.
Desmon:
type "whereis ldconfig" That will show you where it is. I think you will
find it in /usr/sbin Then just export it to your path variable.
Also, to avoid this problem in the future you should be using "su -" and
not "su"
>Hi there
>I'm trying
Actually, If you didn't do a su - (with the "-"), then try that.
Otherwise add /sbin to the path in /etc/profile, but be warned this
could pose as a security issue with some administrators. You may have to
alter the profile scrips to only allow /sbin path for certain UID's or
Hi there
I'm trying to install Sophos Antivirus software for redhat. I'm running into
a problem when i try and execute ./install.sh. It gives me the following
message:
Error: Could not find 'ldconfig' in path.
Does this mean i have to go into the /etc/profile and add s
whereis ldconfig
are you running the script as root?
- Original Message -
From: "Desmond Lee" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 19, 2002 9:43 PM
Subject: ldconfig in path?
> Hi there
>
> I'm trying to install Sopho
Hi there
I'm trying to install Sophos Antivirus software for redhat. I'm running into
a problem when i try and execute ./install.sh. It gives me the following
message:
Error: Could not find 'ldconfig' in path.
Does this mean i have to go into the /etc/profile and add s
On other servers perl was located at /usr/bin/perl and usr/local/bin/perl/
I had 1 script that worked and the path to perl was usr/bin/perl/ -w
thats how I found out this worked now
This is my first server I configured using Red Hat 7.2/Plesk rpm version
I just dont know why it only works by
roblem with the install
I presume they had
/usr/local/bin/perl
or suchlike? Tell us what they were like before.
/usr/bin/perl is the "standard" (de facto) location for the system perl.
There are some historic scripts which have a /usr/local/bin path because
they date from the ti
ave to have the _first_ characters of
a script be
#!/path/to/interperter
That's how the system knows which interpreter (language) to use.
See "man execve".
This is the basis of the file command, see "man file" and
"man magic".
The script also has to be marked execu
Hi Forum
I installed Red Hat and plesk The only way my cgi scripts work is if I
specify
/usr/bin/perl/ -w
I never had to edit a script before like this to work
Is there a problem with the install
Ed
___
Redhat-list mailing list
[EMAIL PROTECTED]
https
On Tue, Apr 30, 2002 at 04:32:32PM -0500, Gary wrote:
> On Tue, Apr 30, 2002 at 12:31:46PM -0500 or thereabouts, cameron wrote:
>
> > (also, is it possible to word wrap in vi? I have to endline on my
> > own.)
>
> in my .muttrc file, I have this line:
> set editor="vim -c 'set tw=72 et' -c ':
On Tue, Apr 30, 2002 at 02:49:25PM -0400, Michael George wrote:
> On Tue, Apr 30, 2002 at 12:31:46PM -0500, cameron wrote:
> > I compiled mutt version 1.3.28i expecting to use it instead of my
> > RPM version 1.2.5.1i. The rc was too complicated and I don't have
> > the time right now so I reins
On Tue, Apr 30, 2002 at 10:12:32PM -0400 or thereabouts, Anthony E. Greene wrote:
> >> (also, is it possible to word wrap in vi? I have to endline on my
> >> own.)
> >
> >in my .muttrc file, I have this line:
> >set editor="vim -c 'set tw=72 et' -c ':0;/^$'"
> >
> >This will not only set your wi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30-Apr-2002/16:32 -0500, Gary <[EMAIL PROTECTED]> wrote:
>On Tue, Apr 30, 2002 at 12:31:46PM -0500 or thereabouts, cameron wrote:
>
>> (also, is it possible to word wrap in vi? I have to endline on my
>> own.)
>
>in my .muttrc file, I have this
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 30-Apr-2002/14:49 -0400, Michael George <[EMAIL PROTECTED]> wrote:
>On Tue, Apr 30, 2002 at 12:31:46PM -0500, cameron wrote:
>> (also, is it possible to word wrap in vi? I have to endline on my
>> own.)
>
>I have "wrapmargin=2" in my EXINIT strin
On Tue, Apr 30, 2002 at 12:31:46PM -0500 or thereabouts, cameron wrote:
> (also, is it possible to word wrap in vi? I have to endline on my
> own.)
in my .muttrc file, I have this line:
set editor="vim -c 'set tw=72 et' -c ':0;/^$'"
This will not only set your width to 72 (or whatever you wa
On Tue, Apr 30, 2002 at 12:31:46PM -0500, cameron wrote:
> I compiled mutt version 1.3.28i expecting to use it instead of my
> RPM version 1.2.5.1i. The rc was too complicated and I don't have
> the time right now so I reinstalled 1.2.5.1i with the RPM. Now I
> can access 1.3.28i from tty1-6 w
Thanks Benjaman
-Original Message-
From: Benjamin Rich
Sent: Friday, 26 April 2002 07:00
To: [EMAIL PROTECTED]
Subject: RE: Path statements
Add the paths to your /etc/profile for system wide profiles separated by
a :
-Original Message-
From: Linux
Sent: Thursday, April 25
Add the paths to your /etc/profile for system wide profiles separated by
a :
-Original Message-
From: Linux [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 25, 2002 2:26 PM
To: 'Redhat-List (E-mail)
Subject: Path statements
Hi
I am installing HP Openmail at the moment. I have
Hi
I am installing HP Openmail at the moment. I have been asked to add paths
/opt/openmail to the path variable statement and export them? How?
Set the environment variable LANG to be a valid system variable name
Many Thanks
Mike
This mail was processed by Mail essentials for Exchange
[EMAIL PROTECTED]
> Subject: Re: how to set evn path
>
>
> It works, Thank you very much.
> One additional qustion is that: I am also root user, can I set the env in
> some way (do some thing to the .bash_prifile in root directory i guess)so
> every ordinay user can use java
PM
To: Arthur H. Johnson II
Cc: [EMAIL PROTECTED]
Subject: Re: how to set evn path
It works, Thank you very much.
One additional qustion is that: I am also root user, can I set the env in
some way (do some thing to the .bash_prifile in root directory i guess)so
every ordinay user can use java compiler
user can use java compiler form her home directory.
>
> Thanks
>
> On 6 Mar 2002, Arthur H. Johnson II wrote:
>
> > You line:
> >
> > PATH=$PATH:$HOME/bin /usr/java/bin
> >
> > Should read:
> >
> > export PATH=$PATH:$HOME/bin:/usr/java/
:
> You line:
>
> PATH=$PATH:$HOME/bin /usr/java/bin
>
> Should read:
>
> export PATH=$PATH:$HOME/bin:/usr/java/bin
>
> On Wed, 2002-03-06 at 14:04, Jianping Zhu wrote:
> > I have java install in usr/java directory, (javac and java in
> > /usr/java/bin
You line:
PATH=$PATH:$HOME/bin /usr/java/bin
Should read:
export PATH=$PATH:$HOME/bin:/usr/java/bin
On Wed, 2002-03-06 at 14:04, Jianping Zhu wrote:
> I have java install in usr/java directory, (javac and java in
> /usr/java/bin) how can modify .bash_profile in /home/jzhu so I can use
&
I have java install in usr/java directory, (javac and java in
/usr/java/bin) how can modify .bash_profile in /home/jzhu so I can use
javac and java in /home/jzhu?
in fact I add this line in the .bash_profile
PATH=$PATH:$HOME/bin /usr/java/bin
but it does not work.
Any advice appreciated
--- Reply to a message ---
By: Adam Mercer
->: a Mail
:>: Re: Return Path:
> 127.0.0.1 localhost.localdomain localhost
> xxx.xxx.xxx.xxx skymoo.dyndns.org skymoo
>
> if so how can I write my current ip address in /etc/hosts?
then make a program that update the ip in the ho
--- Reply to a message ---
By: Adam Mercer
->: a Mail
:>: Return Path:
> When I send mail from my system the Return-Path: header in the
> email is set to
>
> Return-Path: <[EMAIL PROTECTED]>
>
> this is obviously causing a few problems, how can I make sure t
On 23:39 24 Feb 2002, Adam Mercer <[EMAIL PROTECTED]> wrote:
| I've got a dyndns.org domain which is the next thing I'm going to setup,
| however with that I've got a problem I need to solve. In /etc/hosts will
| I need the ip addres that my machine is currently using eg
|
| 127.0.0.1 localho
On Sun, 24 Feb 2002 23:39:28 +
Adam Mercer <[EMAIL PROTECTED]> blurted:
>
> > | When I send mail from my system the Return-Path: header in the
> > | email is set to
> > | Return-Path: <[EMAIL PROTECTED]>
> > | this is obviously causing a few problems,
1 - 100 of 237 matches
Mail list logo