17 Apr
2008
17 Apr
'08
2:13 p.m.
Hi,
By the way: What would be the difference having the proposal of Andrew Hood performed:
find /etc/raddb/ -type d -exec chmod ug+x {} \;
compared to the proposal of Alan Buxey:
chmod -R ugo+x /etc/raddb/certs
I am not so familiar with the /-type d/ part of the find command Would the result be the same?
mu suggestion would have made all files in certs directory executable by others. maybe too much. but it works! :-) alan