From: "Peter V. Saveliev" <peet@altlinux.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] [offtopeg] chown - что-то не пойму.
Date: Fri, 29 Jun 2007 11:41:04 +0400
Message-ID: <200706291141.05396.peet@altlinux.ru> (raw)
In-Reply-To: <001701c7ba1d$4154e890$c3feb9b0$@ru>
В сообщении от Friday 29 June 2007 11:15:21 Gennady Kovalev написал(а):
> > Меняю владельца в каталоге, где есть папки, которые начинаются с точки.
> > chown -R user:user *
> >
> > Везде меняется, только не в папках, которые начинаются с точки.
> > Это фича теперь такая?
> > Раньше работало (ну где-то полгода назад)
>
> Я в минуты изврата делал так
>
> find . | xargs chown user:user
>
<skip />
У вас не было, возможно, файлов с пробелами в имени.
Если религия не позволяет chown -R, или нужно човнить какие-либо определённые
файлы, то можно:
find . [опции] -print0 | xargs -0 chown bala:dala
find . [опции] -exec chown bala:dala "{}" \;
например, права на файлы и директории отдельно:
find . -type f -exec chmod 640 "{}" \;
find . -type d -exec chmod 750 "{}" \;
но, имхо, это офтопег для данной рассылки.
--
Peter V. Saveliev
next prev parent reply other threads:[~2007-06-29 7:41 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-06-29 5:06 [sisyphus] " Шишков Евгений
2007-06-29 5:15 ` Denis G. Samsonenko
2007-06-29 14:07 ` Евгений
2007-06-29 6:56 ` Peter V. Saveliev
2007-07-02 7:40 ` Yuriy Kashirin
2007-07-02 9:04 ` Шишков Евгений
2007-06-29 7:15 ` Gennady Kovalev
2007-06-29 7:41 ` Peter V. Saveliev [this message]
2007-06-29 7:46 ` Eugene Vlasov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200706291141.05396.peet@altlinux.ru \
--to=peet@altlinux.ru \
--cc=sisyphus@lists.altlinux.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git
# If you have public-inbox 1.1+ installed, you may
# initialize and index your mirror using the following commands:
public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git