Richard Garland Columbia University Chemistry Department 24-Nov-1982 Command procedures & programs primarily for system management: AUTHORIZE.COM;23 - Run AUTHORIZE to set up new user, create directory etc. CREDIR.COM;46 - Create directory for user. Called by AUTHORIZE.COM DEFMGR.COM;6 - Set default to SYS$MANAGER, set UIC to [1,4] DELDIR.COM;22 - Delete directory tree. DELENTRY.COM;1 - Delete batch job from a queue. STARTQ.COM;2 - Start a queue. STOPQ.COM;1 - Stop a queue. WARN.COM;181 - Batch job for periodic warning message. ABORTQ.FOR - Stop the output from a print job. Installed. CRETTLOG.FOR;15 - Create /System logname for MSG program. DELTTLOG.FOR;1 - Delete same. DELFILE.FOR - This routine maps a file to memory and sets its contents to BLANK. This may be useful for obliterating sensitive information before deleting a file. It will negate the possibility of scavenging. MSG.FOR;50 - Send MSG to other user. Need also CRETTLOG, DELTTLOG. These programs are installed with privilege. PRCNAME.FOR - Change certain process names to sensible names. i.e. _TTE3: --> SMITH_TTE3 SCRFT.MAR - Version of screen package with Hazeltine 1500 and Datamedia 1521 support. There are also 2 subdirectories with sets of files: [.ARCHIVE] - procedures for backing up expired files, deleting them from the disk, and notifying the users by MAIL that this was done. [.BACKUP] - procedures for backup up and restoring disks, both IMAGE and INCREMENTAL.