shell-script-pt
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [shell-script] Permissão em arquivos


From: Reinaldo Carvalho
Subject: Re: [shell-script] Permissão em arquivos
Date: Fri, 14 Dec 2007 14:01:33 -0300

find /diretorio -type f -exec chmod 0644 {} \;
find /diretorio -type d -exec chmod 0755 {} \;

-- 
Reinaldo Carvalho


reply via email to

[Prev in Thread] Current Thread [Next in Thread]