<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#ffffff">
On 3/9/2011 8:04 AM, Jeff Stebelton wrote:
<blockquote
cite="mid:AANLkTinHaGzYeGwVBLtNCHBjXQQyG5eW2pemRzowmP1K@mail.gmail.com"
type="cite">
<div class="gmail_quote">On Wed, Mar 9, 2011 at 7:14 AM, Steve
VanSlyck <span dir="ltr"><<a moz-do-not-send="true"
href="mailto:s.vanslyck@spamcop.net">s.vanslyck@spamcop.net</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt
0.8ex; border-left: 1px solid rgb(204, 204, 204);
padding-left: 1ex;">
Well that was certainly simple enough - one box of assorted
items from<br>
the food group "chocolate" for you!<br>
<div>
<div class="h5"><br>
On Wed, 2011-03-09 at 07:11 -0500, Angelo McComis wrote:<br>
> Leave off the - The - means to emulate logging in,
including cwd ~<br>
> and loading the environment.<br>
><br>
><br>
> - Angelo<br>
><br>
<br>
</div>
</div>
</blockquote>
</div>
-- <br>
<br>
<div>Note that if you do that, you'll need to provide absolute
paths to every command you run, as your PATH variable won't be
set.. <br>
</div>
</blockquote>
<br>
No, your path won't be changed from what it is as your individual
user. It's only for commands not in your path, such as if you don't
have /sbin:<br>
<br>
<blockquote type="cite">[spp@torchwood bocworldgames.com]$ echo
$PATH<br>
/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/lib/alliance/bin:/usr/libexec/sdcc:/home/spp/bin<br>
You have mail in /var/spool/mail/spp<br>
[spp@torchwood bocworldgames.com]$ su -<br>
Password:<br>
[root@torchwood ~]# echo $PATH<br>
/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/lib/alliance/bin:/usr/libexec/sdcc:/root/bin<br>
[root@torchwood ~]# logout<br>
[spp@torchwood bocworldgames.com]$ su<br>
Password:<br>
[root@torchwood bocworldgames.com]# echo $PATH<br>
/usr/lib/qt-3.3/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/usr/lib/alliance/bin:/usr/libexec/sdcc:/home/spp/bin:/usr/lib/alliance/bin:/usr/libexec/sdcc<br>
</blockquote>
<br>
-spp<br>
</body>
</html>