Spec-Zone .ru
спецификации, руководства, описания, API
Spec-Zone .ru
спецификации, руководства, описания, API
Библиотека разработчика Mac Разработчик
Поиск

 

Эта страница руководства для  версии 10.9 Mac OS X

Если Вы выполняете различную версию  Mac OS X, просматриваете документацию локально:

Читать страницы руководства

Страницы руководства предназначаются как справочник для людей, уже понимающих технологию.

  • Чтобы изучить, как руководство организовано или узнать о синтаксисе команды, прочитайте страницу руководства для страниц справочника (5).

  • Для получения дополнительной информации об этой технологии, ищите другую документацию в Библиотеке Разработчика Apple.

  • Для получения общей информации о записи сценариев оболочки, считайте Shell, Пишущий сценарий Учебника для начинающих.




CHGRP(1)                  BSD General Commands Manual                 CHGRP(1)

NAME
     chgrp -- change group

SYNOPSIS
     chgrp [-fhv] [-R [-H | -L | -P]] group file ...

DESCRIPTION
     The chgrp utility sets the group ID of the file named by each file operand to the group ID specified by
     the group operand.

     The following options are available:

     -f      The force option ignores errors, except for usage errors and doesn't query about strange modes
             (unless the user does not have proper permissions).

     -H      If the -R option is specified, symbolic links on the command line are followed.  (Symbolic
             links encountered in the tree traversal are not followed).

     -h      If the file is a symbolic link, the group ID of the link itself is changed rather than the file
             that is pointed to.

     -L      If the -R option is specified, all symbolic links are followed.

     -P      If the -R option is specified, no symbolic links are followed.  This is the default. Use -h to
             change the group ID of a symbolic link.

     -R      Change the group ID for the file hierarchies rooted in the files instead of just the files
             themselves.

     -v      Cause chgrp to be verbose, showing files as the group is modified.

     The -H, -L and -P options are ignored unless the -R option is specified.  In addition, these options
     override each other and the command's actions are determined by the last one specified.

     The group operand can be either a group name from the group database, or a numeric group ID.  If a
     group name is also a numeric group ID, the operand is used as a group name.

     The user invoking chgrp must belong to the specified group and be the owner of the file, or be the
     super-user.

DIAGNOSTICS
     The chgrp utility exits 0 on success, and >0 if an error occurs.

COMPATIBILITY
     In previous versions of this system, symbolic links did not have groups.

     The -v option is non-standard and its use in scripts is not recommended.

FILES
     /etc/group  group ID file

SEE ALSO
     chown(2), fts(3), group(5), passwd(5), symlink(7), chown(8)

STANDARDS
     The chgrp utility is expected to be IEEE Std 1003.2 (``POSIX.2'') compatible.

BSD                             March 31, 1994                             BSD

Сообщение о проблемах

Способ сообщить о проблеме с этой страницей руководства зависит от типа проблемы:

Ошибки содержания
Ошибки отчета в содержании этой документации со ссылками на отзыв ниже.
Отчеты об ошибках
Сообщите об ошибках в функциональности описанного инструмента или API через Генератор отчетов Ошибки.
Форматирование проблем
Отчет, форматирующий ошибки в интерактивной версии этих страниц со ссылками на отзыв ниже.