home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25093 < prev    next >
Encoding:
Internet Message Format  |  1993-01-22  |  1.1 KB

  1. Path: sparky!uunet!usc!sdd.hp.com!ux1.cso.uiuc.edu!moe.ksu.ksu.edu!matt.ksu.ksu.edu!news
  2. From: probreak@matt.ksu.ksu.edu (James Michael Chacon)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: Permission Denied
  5. Date: 22 Jan 1993 05:24:52 -0600
  6. Organization: Kansas State University
  7. Lines: 19
  8. Distribution: usa
  9. Message-ID: <1joli4INNa4s@matt.ksu.ksu.edu>
  10. References: <1jo1u9INNohq@uwm.edu>
  11. NNTP-Posting-Host: matt.ksu.ksu.edu
  12.  
  13. albion@csd4.csd.uwm.edu (Craig T Manske) writes:
  14.  
  15. >I untarred the Linux kernel sources for .99pl3 and when I ran 'Configure'
  16. >I get a    "./Configure  Permission Denied."  When the file was orginally 
  17. >untarred, it had a user number 184 associated with it (which I don't have),
  18. >so I changed it to root.  But still only I have rw---------- permissions on 
  19. >it, and can't seem to run the script.   
  20. >  
  21. >   Any hints?
  22.  
  23. >Albion
  24.  
  25. 1) This could be better addressed in a news group that deals with shell
  26. programming (comp.unix.shell ??).
  27.  
  28. 2) Chmod 755 Configure will fix it. In order for a shell script to run,
  29. execute permission must be set on the shell script.
  30.  
  31. James
  32.