November 2005
Beginner to intermediate
528 pages
24h 11m
English
The niload utility can be used to read the flat file format used by /etc/group (name:password:gid:members). To add a new group, you can create a file that adheres to that format, and load it with niload. For ad hoc work, you can use a here document (an expression that functions as a quoted string, but spans multiple lines) rather than a separate file:
$sudo niload group . <<EOF>writers:*:1001:>EOF
Read now
Unlock full access