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

Re: File and directory permissions



You wrote:

> From: martin f krafft <madduck@madduck.net>
> Subject: Re: File and directory permissions

What Martin sent in will work only if there are no white spaces 
in file- and directory-names.

I would prefer this one:

find [path] -type d -printf '"%p"\n' | xargs chmod 755

(Please try first if %p is the correct term. Maybe
%n is the correct substitution.)

Greets,

Martin Alfke


-- 
To UNSUBSCRIBE, email to debian-isp-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: