home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sgi / 13609 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  951 b 

  1. Path: sparky!uunet!olivea!sgigate!odin!fido!fudge.asd.sgi.com!karlton
  2. From: karlton@fudge.asd.sgi.com (Phil Karlton)
  3. Newsgroups: comp.sys.sgi
  4. Subject: Re: unable to run xwsh
  5. Message-ID: <primeuc@fido.asd.sgi.com>
  6. Date: 14 Sep 92 17:42:53 GMT
  7. References: <BuKsAH.MD1@usenet.ucs.indiana.edu>
  8. Sender: news@fido.asd.sgi.com (Usenet News Admin)
  9. Reply-To: karlton@sgi.com
  10. Organization: Silicon Graphics, ASD
  11. Lines: 20
  12.  
  13. In article <BuKsAH.MD1@usenet.ucs.indiana.edu>, maejohns@bronze.ucs.indiana.edu (Mark E. Johnson) writes:
  14.     when i type "xwsh" at the prompt, I get the reply: 
  15.     
  16.     xwsh: No permission match: can't start command
  17.     
  18.     an ls -l /usr/sbin/xwsh produces :
  19.     
  20.     -rwxr-xr-x   1 root     sys       266352 Dec  4  1991 /usr/sbin/xwsh*
  21.     
  22.     
  23.     Which doesn't seem to be a problem...
  24.     
  25.     Any ideas?
  26.  
  27. xwsh should be setuid root. I wonder how it lost its permissions. To fix
  28. the problem as root
  29.  
  30.     chmod u+s /usr/sbin/xwsh
  31.  
  32. PK
  33.