paul- wrote: 
> This is how they are set.  Where $I is the mount point of any mounted
> drive.  
> 
> > 
Code:
--------------------
  >   > 
  > find $I -type d | grep -v "lost+found" | xargs -r chmod 755
  > find $I -type d | grep -v "lost+found" | xargs -r chown tc.staff
  > find $I -not -type d | xargs -r chmod 664
  > 
--------------------
> > 
> 
> Nothing different, unless your file system is somehow identifying
> directories as files.

Weird. My file system is correctly identifying directories with sudo
find . -type d -exec chmod {} 755 \; and files with sudo find . -type f
-exec chmod {} 664 \;



Tony
  SBTouch ♪ SBRadio ♬
------------------------------------------------------------------------
Tony T's Profile: http://forums.slimdevices.com/member.php?userid=34544
View this thread: http://forums.slimdevices.com/showthread.php?t=112456

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to