Robin Bowes;265851 Wrote: 
> 
> slimserver only needs read permissions.
> 

But it needs X permissions on directories.

So the ideal way is to do it with two commands:


Code:
--------------------
    
  find /media/disk/audiophiles -type d -exec chmod a+rx {} \;
  find /media/disk/audiophiles -type f -exec chmod a+r {} \;
  
--------------------


-- 
snarlydwarf
------------------------------------------------------------------------
snarlydwarf's Profile: http://forums.slimdevices.com/member.php?userid=1179
View this thread: http://forums.slimdevices.com/showthread.php?t=38102

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

Reply via email to