Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
CHGRP.1
Upload User: jnzhq888
Upload Date: 2007-01-18
Package Size: 51694k
Code Size: 1k
Category:
OS Develop
Development Platform:
WINDOWS
- CHGRP(1) Minix Programmer's Manual CHGRP(1)
- NAME
- chgrp - change group
- SYNOPSIS
- chgrp [-R] [owner:]group file ...
- OPTIONS
- -R Change directory hierarchies
- EXAMPLES
- chgrp system file1 file2
- # Make system the group of the files
- chrgp -R other dir1 # Make other the group of all files below dir1
- DESCRIPTION
- The group field (and optionally owner field) of the named files is
- changed to group and owner . Alternatively, a decimal gid (uid) may be
- specified instead of a group name. If the -R flag is used, the changes
- will be applied recursively to all files in named directories. Only the
- superuser may execute this command to set arbitrary groups. Normal users
- can only change the group if they own the file, and the group is their
- own group (Minix), or one of their supplementary groups (Minix-vmd).
- SEE ALSO
- chown(1), chmod(1), ls(1), chown(2).
- 1