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

  1. Path: sparky!uunet!zaphod.mps.ohio-state.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: GROUP file access
  5. Date: 22 Jan 1993 15:44:27 -0600
  6. Organization: Kansas State University
  7. Lines: 21
  8. Message-ID: <1jpprrINNmok@matt.ksu.ksu.edu>
  9. References: <1jpbs8$1up@agate.berkeley.edu>
  10. NNTP-Posting-Host: matt.ksu.ksu.edu
  11.  
  12. c60b-1fk@web-1b.berkeley.edu (Ahmon Dancy) writes:
  13.  
  14.  
  15. >I have a file like this:
  16.  
  17. >-rw-r--r--  owner:root    group:mud     file
  18.  
  19. >I tried this as a ordinary user with uid!=0 and gid=mud.  
  20.  
  21. >rm file
  22. >override 0644 protection? y
  23. >> 
  24.  
  25. >It deleted the file.  Should this happen?
  26.  
  27. It depends on the permissions of the directory the file is in. If the directory
  28. has write permission turned on for the group mud, or for everyone then files
  29. can be removed. The permissions on the file will just allow you to change
  30. its contents, not remove it.
  31.  
  32. James
  33.