CHFLAGS(1) - General Commands Manual # CHFLAGS(1) - General Commands Manual
NAME # chflags - change file flags
SYNOPSIS # chflags [-h] [-R [-H | -L | -P]] flags file …
DESCRIPTION # The chflags utility modifies the file flags of the listed files as specified by the flags operand. The flags of a file dictate special restrictions beyond those enforced by its mode/permissions. Only the superuser can change the user flags on block and character devices.
...
Accton,
Fsck,
Makewhatis,
Calendar,
Locate,
Crontab,
Sa,
Security,
Whatis,
Dump,
Yp,
Cron,
Ac,
Rdist,
Daily DAILY(8) - System Manager’s Manual # DAILY(8) - System Manager’s Manual
NAME # daily, weekly, monthly - periodic system maintenance
DESCRIPTION # The three files /etc/daily, /etc/weekly, and /etc/monthly are shell scripts run on a periodic basis by the clock daemon, cron(8). They take care of some basic administrative tasks. Their output, if any, is mailed to root.
Note: The scripts are all run as part of root’s crontab(5). However, it is strongly suggested that the root mail account be an alias that forwards messages to a real user or set of users.
...
DUMP(8) - System Manager’s Manual # DUMP(8) - System Manager’s Manual
NAME # dump, rdump - filesystem backup
SYNOPSIS # dump [-0123456789acnSuWw] [-B records] [-b blocksize] [-d density] [-f file] [-h level] [-s feet] [-T date] files-to-dump
DESCRIPTION # dump examines files on a filesystem and determines which files need to be backed up. These files are copied to the given disk, tape or other storage medium for safe keeping.
...
RESTORE(8) - System Manager’s Manual # RESTORE(8) - System Manager’s Manual
NAME # restore, rrestore - restore files or file systems from backups made with dump
SYNOPSIS # restore [-chimRrtvxy] [-b blocksize] [-f file] [-s fileno] [file …]
DESCRIPTION # The restore command performs the inverse function of dump(8). A full backup of a file system may be restored and subsequent incremental backups layered on top of it. Single files and directory subtrees may be restored from full or partial backups.
...