Sorry for the long winded reply, but this is pretty important security stuff.

It is neither simple nor strange.  I deduce that you are running xwp as root. 
You should _not_ run programs as root, you should do only system administration
as root.  Running arbitrary programs as root opens you up to trojan horse
programs: programs that can do all sorts of bad things as root but cannot do
nearly as much damage as an ordinary user.  It also opens you up to "oopses" --
like where you ment to type "rm -rf a*" in the root directory and you instead
typed "rm -rf *" :-(.  Root can do a _lot_ of damage inadvertantly.

The reason I deduce you are running as root is because ./xwp means "run xwp that
is in the current directory."  Root rarely (and should _never_) have "." in the
path (echo $PATH) because it opens up major security holes -- someone could
leave a trojan horse program "ls" in their personal directory and you, as root,
may be in that directory wondering what is in it.  If you type "ls" and your
path includes "." before "/bin" ("/usr/bin"?), you will execute the trojan horse
"ls" rather than the intended "ls".  As an aside, I'm harping on trojan horses,
but other programs exist that could be normally innocent and not malicious but
could cause unintended side effects when run by an unsuspecting sysadmin as
root.

OK, now that I got that off my chest, you probably are running xwp as a normal
user and am wondering why I'm lecturing you :-).  If you are running as a normal
user, the solution is also simple: 1) continue to use ./xwp.  2) Put "." in your
path.  3) Put xwp in a directory in your path (/usr/local/bin is a good place to
put locally installed programs that didn't come with your distribution).  If you
are running an unintended copy of xwp (although I suspect not), you are picking
a xwp from a directory in your path that is before the intended directory.  If
this is the case, type "which xwp" and it will tell you the offending path.

gvb

____________________Reply Separator____________________
Subject:    Re: Wordperfect for Linux
Author: "Leon Wood" <[EMAIL PROTECTED]>
Date:       12/20/98 10:57 PM


-----Original Message-----
From: marvin stodolsky <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: December 20, 1998 2:58 PM
Subject: Re: Wordperfect for Linux


>Open Wordperfect  with the xwp in  wpbin, not wplib.

Thanks for the help.  I found out what the trick is on the Corel news
server.  You have to type ./xwp, not xwp.  A simple but strange annoyance.

Leon


---
  http://nts.ml.org                                  
  FAQ:                               http://www.ps.uci.edu/~tomba/inspiron/
                                     http://nts.ml.org/inspiron/
  List Archives:                     http://nts.ml.org/inspiron/maillist.html
  To unsubscribe send a message to:  [EMAIL PROTECTED]
  List administrator:                [EMAIL PROTECTED]

Received: from esseye.si.com ([126.1.0.69]) by smtpgwy.si.com with SMTP
  (IMA Internet Exchange 3.01 Enterprise) id 0000D6F0; Mon, 21 Dec 98 21:15:23
-0500
Received: from checkers.si.com(really [126.1.8.254]) by esseye.si.com
    via sendmail with esmtp
    id <[EMAIL PROTECTED]>
    for <[EMAIL PROTECTED]>; Mon, 21 Dec 1998 21:16:32 -0500 (EST)
    (Smail-3.2.0.94 1997-Apr-22 #22 built 1998-Mar-13)
Received: from challenger.si.com (challenger.si.com) by checkers.si.com
 (Content Technologies SMTPRS 2.0.15) with SMTP id <[EMAIL PROTECTED]>
for <[EMAIL PROTECTED]>;
 Mon, 21 Dec 1998 21:15:22 -0500
Received: by challenger.si.com; id VAA29998; Mon, 21 Dec 1998 21:16:27 -0500
(EST)
Received: from cx365504-a.elcjn1.sdca.home.com(24.4.78.34) by challenger.si.com
via smap (4.1)
    id xma029994; Mon, 21 Dec 98 21:16:08 -0500
Received: (qmail 16023 invoked by uid 504); 22 Dec 1998 02:15:20 -0000
Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm
Reply-To: [EMAIL PROTECTED]
Delivered-To: mailing list [EMAIL PROTECTED]
Received: (qmail 16018 invoked from network); 22 Dec 1998 02:15:19 -0000
Message-Id: <000201be2d51$24335f60$1dbdc28e@leonwood>
From: "Leon Wood" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Subject: Re: Wordperfect for Linux
Date: Sun, 20 Dec 1998 22:57:05 -0500
MIME-Version: 1.0
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 4.72.2120.0
X-MimeOLE: Produced By Microsoft MimeOLE V4.72.2120.0
Content-Type: text/plain;
Content-Transfer-Encoding: 7bit

---
  http://nts.ml.org                                  
  FAQ:                               http://www.ps.uci.edu/~tomba/inspiron/
                                     http://nts.ml.org/inspiron/
  List Archives:                     http://nts.ml.org/inspiron/maillist.html
  To unsubscribe send a message to:  [EMAIL PROTECTED]
  List administrator:                [EMAIL PROTECTED]

Reply via email to