The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 01-15-2004
Westy564 Westy564 is offline
Registered User
 

Join Date: Dec 2003
Posts: 24
chmod rights issue?

I want to grant the 'write' right to one user so they can delete log files in a given directory. These are http log files, so a new one is created each day. The file owner is 'nobody'. If I use the command 'chmod a=rwx *' will this work for the new files created each day.

I've tried the command 'chmod username+rwx *' and I get an error message that reads chmod: ERROR: invalid mode.
Forum Sponsor