Posted By: dzemen () on 'CZunix'
Title:     Re: File System Permissions
Date:      Wed Oct 12 06:44:43 2005

> Tobe mozna bude spis vyhovovat
> 
> find * -type d -print | xargs chmod -c u=rwx,g=rwxs,o=rx
> 
> coz pro udela setguid ale ne setuid.

Az pozde jsem si uvedomil, ze ty pro ostatni chces jenom cteni, takze spis:

find * -type d -print | xargs chmod -c u=rwx,g=rwxs,o=r

Dzemen

Search the boards