Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

nfaccess(8) [bsd man page]

NFACCESS(8)						      System Manager's Manual						       NFACCESS(8)

NAME
nfaccess - Add access rights to a set of Notesfiles SYNOPSIS
nfaccess access-right topic [ topic ... ] DESCRIPTION
Nfaccess simplifies the task of adding an access-right to many notesfiles. The function is somewhat analagous to that of chmod(1). The access-right specifies a user, group or system and the permissions to be granted. The format is: <access-right> ::= [<type>:]name=<mode> <type> ::= {User, user, Group, group, System, system} <mode> ::= {d, r, w, a, n}+ The type specification can be omitted; when it is omitted, the name is assumed to be a user. The mode is additive. A mode of ``rw'' spec- ifies read and write. The ``n'' mode specifies null access. The new access right is inserted in each specified notesfiles access list. If the user/group/system already has an entry, the old entry is replaced with the new entry. All users are allowed to run this program. The changes are only applied to notesfiles for which the executing user is a director. This program lives in the notesfile utility directory, typically ``/usr/spool/notes/.utilities''. To automatically add specific access-rights to newly created notesfiles, the file ``/usr/spool/notes/.utilities/access-template'' is use- ful. If it exists, the file contains lines of acces-rights which are added to each notesfile as it is created. If several people share the administration of the notesfile system, each can be added to the access-lists of newly created notesfiles by placing appropriate lines in this file. EXAMPLES
nfaccess essick=drw /usr/spool/notes/* nfaccess group:srg=rw this that other nfaccess user:kolstad=rw mynotes In the first example, user `essick' is given director/read/write access to all the notesfiles in /usr/spool/notes. Any permissions (or restrictions) he might have had before are overridden. The second example gives group `srg' read/write access to notesfiles `this', `that' and `other'. In the final example, user `kolstad' is given read/write access to the notesfile `mynotes'. BUGS
Entries can not be removed from the access list with this program. Entries can not merely be augmented (``just add write permission'') with this program. FILES
/etc/passwd for the users name /etc/group for the users group /usr/spool/notes the default notesfile data base SEE ALSO
mknf(8), notes(1), nfcomment(3), The Notesfile Reference Manual AUTHORS
Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa) University of Illinois at Urbana-Champaign Urbana, IL University of Illinois NFACCESS(8)

Check Out this Related Man Page

NFARCHIVE(8)						      System Manager's Manual						      NFARCHIVE(8)

NAME
nfarchive - archive notesfiles SYNOPSIS
nfarchive [ -# ] [ -d ] [ -m- or -m+ ] [ -w# ] [ -f file ] topic [ ... ] DESCRIPTION
Nfarchive is used to expire notes that have not been modified in a certain amount of time. Archives are stored in ``archive notesfiles''. The -# parameter is the number of days a notestring must be idle (no new responses) before being eligible for archival. Expired notestrings are either deleted or placed in an archive. The -d parameter tells nfarchive to delete expired notestrings. If unse- lected, the expired notestrings are placed in an archive. The -m+ option specifies that only notes marked with a director message are eligible for expiration. -m- specifies that only notes without a director message are eligible for expiration. By default, the expiration algorithm is indifferent to a note's director message status. The -w# option specified the working set size for the expired notesfiles. The specified number represents the minimum number of notes to leave in the notesfile. The expiration threshold, working set size, expiration action, and director message requirements can all be specified as a director's option in each notesfile. Specific values override what is specified on the nfarchive command line. A default value specifies using the value specified on the command line. The -f parameter specifies a file containing a list of notesfiles to archive. Notesfiles can also be specified on the command line. By default, the archive of notesfile /usr/spool/notes/somenotes is in /usr/spool/oldnotes/somenotes. The archive of /some/other/place/somenotes also defaults to /usr/spool/oldnotes/somenotes. To prevent collisions of this nature, mapping between active and archive notesfiles is implemented. The file /usr/spool/notes/.utilities/net.alias/Archive-into contains lines of the form: active-notesfile:archive notesfile Lines in this file beginning with `#' are comments. Notesfiles without an entry in this file are archived into the /usr/spool/oldnotes directory with the appropriate last component. When initially created, an archive notesfile has an access list matching its active counterpart. Currently, only directors are allowed to write in an archive notesfile. Nfarchive refuses to archive an archive notesfile. FILES
/usr/spool/notes/.utilities where this programs lives. /usr/spool/notes/.utilities/net.alias/Archive-into maps active notesfiles into their archives. /usr/spool/notes Default notes data base /usr/spool/oldnotes Default archive directory SEE ALSO
notes(1), The Notesfile Reference Manual AUTHORS
Ray Essick (uiucdcs!essick, essick%uiuc@csnet-relay.arpa) Department of Computer Science University of Illinois at Urbana-Champaign Urbana, IL Rob Kolstad (kolstad@convex.UUCP) CONVEX Computer Corporation Richardson, TX University of Illinois NFARCHIVE(8)
Man Page