home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-08-03 | 28.8 KB | 1,395 lines |
-
- @(#) form.sysadm 4.1 88/07/27
-
-
- Copyright (C) The Santa Cruz Operation, 1984, 1985, 1986, 1987.
- Copyright (C) Microsoft Corporation, 1984, 1985, 1986, 1987.
- This Module contains Proprietary Information of
- The Santa Cruz Operation, Microsoft Corporation
- and AT&T, and should be treated as Confidential.
-
-
-
- #genconfirm
- A='SELECT'
- *
-
- ' Ok to execute this command?'
-
- ' [Yes] [No] '
- *
- 'A', '0', 'y',Proceed
- 'A', '1', 'n',Respecify
- ))
-
-
-
- #printconfirm
- A='SELECT'
- *
-
- ' Print? '
-
- ' [Yes] [No] '
- *
- 'A', '0', 'y', Start printing
- 'A', '1', 'n', Do not print
- ))
-
-
-
- #accit
- A='SELECT', Select YES to display processes in reverse chronological order
- B='TEXT', Enter pattern which command should match
- C='TEXT', Enter device line in question
- D='TEXT', Enter user name, or <? space> to see processes with unknown uids
- E='TEXT', Enter group name
- F='SELECT', Select YES to additionally display "Hog Factor" information
- G='SELECT', Select YES to additionally display "CPU Factor" information
- *
-
- ' List all commands with the most recent first : [YES] [NO]'
-
- ' List only commands which match the following pattern: [ ]'
- ' tty: [ ]'
- ' user: [ ]'
- ' process group: [ ]'
-
-
- ' Show HOG factor : [YES] [NO]'
- ' HOG factor = (total cpu time) / (elapsed time) '
-
- ' Show CPU factor : [YES] [NO]'
- ' CPU factor = (user time) / (system time + user time) '
-
-
- *
- 'A', '0', '1', This is prompt for ONE.
- 'A', '1', '2', This is prompt for TWO. (3 will use general)
- 'B', '', ' '
- 'C', '?', ' '
- 'D', '?', ' '
- 'E', '?', ' '
- 'F', '0', '1', This is prompt for ONE.
- 'F', '1', '2', This is prompt for TWO. (3 will use general)
- 'G', '0', '1', This is prompt for ONE.
- 'G', '1', '2', This is prompt for TWO. (3 will use general)
- ))
-
-
-
- #kill
- A='TEXT',Type ?<Return> to choose from a list of users, or type all
- B='TEXT',Type ?<Return> or F3 to choose from a list of processes
- *
-
-
- ' List processes for whom : [ ]'
-
- ' Process to terminate : [ ]'
-
- *
- 'A','?',' ',
- 'B','?',' ',
- ))
-
-
- #compress
- A='SELECT',
- B='TEXT', Enter the filenames or type "all" to select files in current directory
- *
-
-
- ' Select one : [Compress] [Uncompress]'
-
-
- ' Enter filenames : [ ] '
- *
- 'A', '0', 'c',Save space by compressing files
- 'A', '1', 'u',Uncompress files. Filenames should have a .Z at the end
- 'B', '?', '0',
- ))
-
-
-
- #shutdown
- A='VALUE',
- *
-
-
- ' Number of minutes until shutdown : [ ]'
-
- ' Messages will be sent to users currently on the system.'
- ' Then after the specified time the system will shutdown.'
-
-
-
-
- *
- 'A', '', ' '
- ))
-
-
-
- #fsck
- A='TEXT', Type ?<Return> to get a list of filesystems
- *
-
-
- ' Enter the name of the filesystem(s) you would like to'
- ' check or leave the selection blank and press <Return>'
- ' to check the filesystems listed in /etc/checklist:'
-
- ' [ ]'
-
-
-
- *
- 'A', '?', ' '
- ))
-
-
-
- #addgrp
- A='TEXT',
- B='TEXT', Type ?<Return> and press space bar to select new users
- *
-
-
- ' Enter new group name : [ ] '
-
-
- ' Enter users in new group: [ ] '
- ' (please separate by spaces)'
-
-
- *
- 'A', '', ' '
- 'B', '?', ' '
- ))
-
-
- #removegrp
- A='TEXT', Type ?<Return> to get a list of current groups
- *
-
-
- ' Enter group name to remove: [ ]'
-
-
-
- *
- 'A', '?', ' '
- ))
-
-
-
- #removeusr
- A='TEXT', Type ?<Return> to get a list of current users
- B='SELECT'
- *
-
-
- ' Enter user to remove : [ ]'
-
-
-
- ' WARNING!! User's files will be deleted!
- Would you first like to back up their files: [Yes] [No]
-
-
- *
- 'A', '?', ' '
- 'B', '0', 'y',Proceed to back up users file
- 'B', '1', 'n',Delete all user's files
- ))
-
-
-
- #modusrname
- A='TEXT',Type ?<Return> to get a list of current users
- B='TEXT',
- *
-
-
- ' Enter OLD user name: [ ] '
-
-
- ' Enter NEW user name: [ ] '
-
-
-
- *
- 'A', '?', ' '
- 'B', '', ' '
- ))
-
-
- #modpasswd
- A='TEXT', Type ?<Return> to get a list of current users
- *
-
-
- ' Enter the name of the user '
- ' whose password you would like to change: [ ] '
-
-
-
- *
- 'A', '?', ' '
- ))
-
-
- #modshell
- A='TEXT', Type ?<Return> to get a list of current users.
- B='TEXT', Type ?<Return> to get a list of available shells.
- *
-
-
- ' Enter the name of the user '
- ' whose shell you would like to change : [ ] '
-
-
- ' Select new shell : [ ]'
-
- *
- 'A', '?', ' '
- 'B', '?', ' '
- ))
-
-
-
- #modenv
- A='TEXT', Type ?<Return> to get a list of current users
- *
-
-
- ' Enter the name of the user'
- ' whose environment you would like to change: [ ] '
-
-
-
- *
- 'A', '?', ' '
- ))
-
-
-
- #modgrp
- A='TEXT', Type ?<Return> to get a list of current users
- B='TEXT',Type ?<Return> to get a list of current groups available
- *
-
-
- ' Enter the name of the user'
- ' whose group you would like to change : [ ] '
-
-
-
- ' Enter new group name : [ ]'
-
- *
- 'A', '?', ' '
- 'B', '?', ' '
- ))
-
-
- #modidle
- A='VALUE',
- *
-
-
- ' You may specify the maximum time a terminal can be'
- ' idle before the system will log the idle user out.'
-
- ' Enter maximum idle time before automatic logout,'
- ' enter "0" to turn OFF idle terminal logout, or'
- ' press <Return> to use default maximum idle time'
- ' as defined in the /etc/default/idleout file.'
-
-
- ' Enter maximum idle time (in minutes): [ ] '
-
-
-
- *
- 'A', '', ' '
- ))
-
-
-
- #dos_fandd
- A='TEXT', Enter file or directory names or type "all" to select current dir
- *
-
-
- ' DOS filenames and directory names have the following format'
-
- ' device name:filename'
-
- ' The device name can be either a DOS device or a XENIX device.'
- ' For example you might enter C:/test or /dev/hd0d:/test to specify
- ' a file named test on the hard disk.'
-
- ' Enter DOS file '
- ' and/or directory name(s): [ ] '
- *
- 'A', '','0',
- ))
-
-
- #dos_f
- A='TEXT', Enter filenames or type "all" to select current directory
- *
-
-
- ' DOS filenames have the following format'
-
- ' device name:filename'
-
- ' The device name can be either a DOS device or a XENIX device. '
- ' For example you might enter C:/test or /dev/hd0d:/test to specify
- ' a file named test on the hard disk.'
-
- ' Enter DOS filename(s): [ ]'
-
- *
- 'A', '','0',
- ))
-
-
-
- #dos_d
- A='TEXT', Enter directory name
- *
-
-
- ' DOS directory names have the following format'
-
- ' device name:filename'
-
- ' The device name can be either a DOS device or a XENIX device. '
- ' For example you might enter C:/test or /dev/hd0d:/test to specify
- ' a file named test on the hard disk.'
-
- ' Enter DOS directory(s): [ ]'
-
- *
- 'A', '','0',
- ))
-
-
- #dos_cp
- A='TEXT', Enter filename
- B='TEXT', Enter file or directory name
- *
-
- ' DOS filenames have the following format'
-
- ' device name:filename'
-
- ' The device name can be either a DOS device or a XENIX device. '
- ' For example you might enter C:/test or /dev/hd0d:/test to specify
- ' a file named test on the hard disk.'
-
- ' Enter DOS file to copy: [ ]'
-
- ' Enter the destination'
- ' directory or filename : [ ]'
- *
- 'A', '','0',
- 'B', '','0',
- ))
-
-
- #scan
- A='TEXT', Enter filenames
- *
-
-
- ' Enter files to scan: [ ]'
- *
- 'A', '?','0',
- ))
-
-
- #edit
- A='TEXT', Enter the names of the files to edit
- *
-
-
- ' Enter files to edit: [ ]'
- *
- 'A', '?','0',
- ))
-
-
- #copy
- A='TEXT', Enter file or directory names
- B='TEXT', Enter file or directory names
- *
-
-
- ' Enter the file or'
- ' directory to copy : [ ]'
-
-
- ' Enter the destination'
- ' directory or filename : [ ]'
-
- *
- 'A', '?','0',
- 'B', '','0',
- ))
-
-
-
- #remove
- A='TEXT', Enter file and/or directory names
- *
-
-
- ' Enter files and'
- ' directories to remove: [ ]'
- *
- 'A', '?','0',
- ))
-
-
-
- #print
- A='TEXT', Enter file or directory name
- B='TEXT', Enter printer name or type ?<Return> for a list of printers
- *
-
-
- ' Enter file(s) to print : [ ]'
-
-
- ' Enter destination printer: [ ] '
- *
- 'A', '?','0',
- 'B', '?','0',
- ))
-
-
-
- #local
- A='TEXT',
- B='TEXT',Enter local program name or type ?<Return> for a list of programs
- *
-
-
- ' Enter name of program located'
- ' in [ ]: [ ]'
- *
- 'A', ' ', '0',
- 'B', '?', '0',
- ))
-
-
-
- #edit_def
- A='TEXT',Enter default filename or type ?<Return> for a list of default files
- *
-
-
- ' Enter default file to modify: [ ]'
-
-
- *
- 'A', '?', '0',
- ))
-
-
- #move
- A='TEXT', Enter file to move
- B='TEXT', Enter new filename
- *
-
-
- ' Enter file to rename: [ ]'
-
-
- ' Enter new filename : [ ]'
- *
- 'A', '?','0',
- 'B', '','0',
- ))
-
-
- #trans
- A='TEXT',Enter the name of the file to be translated or type ?<Return> for a file list
- B='TEXT',Choose the file conversion format from the point and pick menu
- C='TEXT',Enter the name of the translation output file
- *
-
-
- ' File to translate : [ ]'
-
- ' Select the translation : [ ]'
-
- ' Translation output file : [ ]'
- *
- 'A', '?', ' ',
- 'B', '?', ' ',
- 'C', ' ', ' ',Name of the translation output file
- ))
-
-
-
- #user_def
- A='TEXT',Enter the name of the user defined translation file
- *
-
-
- ' Enter user defined format: [ ]'
-
-
-
- *
- 'A', '?', ' ',
- ))
-
-
-
- #purge
- A='SELECT',
- B='VALUE', Enter how many times to purge the item
- C='SELECT',
- *
-
-
- ' Sanitize: [Media] [Files/Dirs] [Filesystem] [HardDisk]'
-
- ' Number of times to sanitize : [ ]'
-
- ' Run command in the background : [Yes] [No]'
-
- *
- 'A', '0', ' ',Sanitize a media archive
- 'A', '1', ' ',Sanitize files or directories
- 'A', '2', ' ',Sanitize filesystems
- 'A', '3', ' ',Sanitize the entire secondary hard disk
- 'B', ' ', ' '
- 'C', '0', ' ',Sanitize the item in the background
- 'C', '1', ' ',Sanitize the item in the foreground (might take a while)
- ))
-
-
-
-
- #purge_filesys
- A='TEXT',Enter a filesystem name or type ?<Return> for a list of default filesystems
- *
-
-
- ' Enter the name of the'
- ' filesystem(s) to sanitize: [ ]'
-
-
- *
- 'A', '?', ' ',
- ))
-
-
- #purge_files
- A='SELECT',
- B='TEXT',Enter the item name(s) to sanitize or type ?<Return> for a list
- *
-
-
- ' Choose the type of item to sanitize : [Directory (non-recursive)]'
- ' [Directory (recursive)]'
- ' [File]'
- ' [File class]'
-
- ' Enter the item name(s) to sanitize :'
- ' [ ]'
-
-
- *
- 'A', '0', ' ',Sanitize only named directories
- 'A', '1', ' ',Sanitize named directories and all sub-directories within
- 'A', '2', ' ',Sanitize named files
- 'A', '3', ' ',Sanitize named file types described in /etc/default/purge
- 'B', '?', ' ',
- ))
-
-
- #purge_confirm
- A='TEXT'
- B='SELECT'
- *
-
-
- ' WARNING: The purge(C) command will completely overwrite and destroy'
- ' the targets you have specified. Are you sure you wish to sanitize'
- ' the following item(s):'
-
- ' [ ]'
-
-
-
- ' [Execute sanitization] [DO NOT execute sanitization]'
- *
- 'A', ' ', ' '
- 'B', '0', ' ',Execute the purge command on the named targets
- 'B', '1', ' ',Respecify
- ))
-
-
- #dump_format
- A='SELECT',
- B='SELECT',
- *
-
-
- ' Conversion : [None] [EBCDIC] [ASCII]'
-
-
- ' Display output : [Decimal] [Octal] [Hex]
- '
- *
- 'A', '0', 's',Output will have the format on the tape (e.g. ASCII to ASCII)
- 'A', '1', 'a',If the information is stored in ASCII the output will be EBCDIC
- 'A', '2', 'e',If the information is stored in EBCDIC the output will be ASCII
- 'B', '0', 'n',Output will appear in decimal representation
- 'B', '1', 'o',Output will be in octal representation
- 'B', '2', 'h',Output will be in hexadecimal representation
- ))
-
-
- #backup_hd
- A='TEXT',Enter device name of disk to backup (e.g. /dev/rhd0)
- B='SELECT',
- *
-
-
- ' Enter source disk device name : [ ]'
-
- ' Backup source disk to : [Tape ]'
- ' [Floppy ]'
- ' [Hard disk ]'
- ' [Specify media]'
- *
- 'A', ' ', '0',
- 'B', '0', '1',Cartridge, 9-track or mini tape
- 'B', '1', '2',Floppy disks (3 and 1/2 inch or 5 and 1/4 inch)
- 'B', '2', '3',Alternate hard disk
- 'B', '3', '4',Specify unusual tape or floppy devices
- ))
-
-
- #get_hd
- A= 'TEXT',Enter device name of target disk
- *
-
-
- ' The disk you specify as a target disk will be completely'
- ' overwritten. Therefore, you should be sure that there is'
- ' no necessary information on the target disk.'
-
- ' Enter target disk device name : [ ]'
- *
- 'A', ' ', '0',
- ))
-
-
- #confirm_hd
- A='TEXT',
- B='SELECT',
- *
-
-
- ' You have selected [ ] as your backup target.'
- ' All information on your target will be lost. If you'
- ' wish to continue you should make sure your target is ready'
- ' (e.g. floppy in drive and tape ON LINE) and then select '
- ' Continue.'
-
- ' [Continue] [Respecify]'
- *
- 'A', ' ', '0',
- 'B', '0', 'c',Device is ready
- 'B', '1', 'r',Device is incorrect
- ))
-
-
- #tapedump
- A='SELECT',
- B='SELECT',
- C='TEXT',
- *
-
-
- ' Output the entire tape : [Yes] [No]'
-
- ' Display output as found on tape : [Yes] [No]'
-
- ' Enter output filename : [ ]'
- *
- 'A', '0', 'a',Output will be in the same format as stored on the tape
- 'A', '1', 'c',You will be allowed to specify a translation of tape output
- 'B', '0', 'e',The enitre tape will be dumped
- 'B', '1', 's',You will be allowed to specify part of the tape
- 'C', ' ', '0',Enter name of output file
- ))
-
-
-
- #dump_from
- A='VALUE',
- B='VALUE',
- C='VALUE',
- *
-
-
- ' Specify block address to begin dump from : [ ]'
-
-
- ' Start dump at tape file sequence number : [ ]'
-
-
- ' Dump the following number of blocks : [ ]'
-
-
- *
- 'A', '0', '0',
- 'B', '0', '0',
- 'C', '0', '0',
- ))
-
-
- #mount
- A='TEXT', Type ?<Return> for a list of filesystems from /etc/default/filesys
- B='TEXT', Enter the name of the filesystem mount point
- C='SELECT',
- *
-
-
- ' Enter the filesystem device to mount : [ ]'
-
-
- ' Enter the directory'
- ' to mount the specified filesystem on : [ ]'
-
-
- ' User access of mounted filesystem : [Read/Write] [Read]'
-
-
- *
- 'A', '?', ' '
- 'B', '', ' '
- 'C', '0', ' ',Allow users read and write access on the filesystem
- 'C', '1', ' ',Restrict user access of the filesystem to read only
- ))
-
-
- #umount
- A='TEXT', Type ?<Return> to get a list of filesystems from /etc/default/filesys
- *
-
-
- ' Enter the filesystem device to unmount: [ ]'
-
-
-
-
- *
- 'A', '?', ' '
- ))
-
-
-
- #chown
- A='TEXT',Enter file and directory names, "all" for all, or ?<Return> for a file list
- B='TEXT',Enter name of new owner or ?<Return> for a list of user names from /etc/passwd
- *
-
-
- ' Enter files and/or'
- ' directories to change : [ ]'
-
- ' Enter new owner : [ ]'
-
-
- *
- 'A', '?', ' ',
- 'B', '?', ' ',
- ))
-
-
- #chgrp
- A='TEXT',Enter file and directory names, "all" for all, or ?<Return> for a file list
- B='TEXT',Enter name of new group or ?<Return> for a list of group names from /etc/group
- *
-
-
- ' Enter files and/or directories'
- ' to change group ownership of : [ ]'
-
- ' Enter the name to change'
- ' group ownership to : [ ]'
-
-
- *
- 'A', '?', ' ',
- 'B', '?', ' ',
- ))
-
-
-
- #chmod
- A='TEXT',Enter the directory or filenames, "all" for all, or ?<Return> for a file list
- B='SELECT',
- C='SELECT',
- D='SELECT',
- E='SELECT',
- F='SELECT',
- G='SELECT',
- H='SELECT',
- I='SELECT',
- J='SELECT',
- *
-
- ' Names of files and/or directories to change permissions of:'
- ' [ ]'
-
- ' Owner Read : [ Yes ] [ No ]'
- ' Write : [ Yes ] [ No ]'
- ' Execute : [ Yes ] [ No ]'
-
- ' Group Read : [ Yes ] [ No ]'
- ' Write : [ Yes ] [ No ]'
- ' Execute : [ Yes ] [ No ]'
-
- ' Public Read : [ Yes ] [ No ]'
- ' Write : [ Yes ] [ No ]'
- ' Execute : [ Yes ] [ No ]'
-
- *
- 'A', '?', ' ',
- 'B', '0', ' ',Allow the owner read access
- 'B', '1', ' ',Do not allow the owner read access
- 'C', '0', ' ',Allow the owner write access
- 'C', '1', ' ',Do not allow the owner write access
- 'D', '0', ' ',Allow the owner execute access
- 'D', '1', ' ',Do not allow the owner execute access
- 'E', '0', ' ',Allow the group read access
- 'E', '1', ' ',Do not allow the group read access
- 'F', '0', ' ',Allow the group write access
- 'F', '1', ' ',Do not allow the group write access
- 'G', '0', ' ',Allow the group execute access
- 'G', '1', ' ',Do not allow the group execute access
- 'H', '0', ' ',Allow others read access
- 'H', '1', ' ',Do not allow others read access
- 'I', '0', ' ',Allow others write access
- 'I', '1', ' ',Do not allow others write access
- 'J', '0', ' ',Allow others execute access
- 'J', '1', ' ',Do not allow others execute access
- ))
-
-
- #diff
- A='TEXT', Enter a filename or type ?<Return> to get a list of files
- B='TEXT', Enter a filename or type ?<Return> to get a list of files
- C='SELECT',
- D='TEXT', Enter a filename to save differences information in
- *
-
-
- ' Enter first filename : [ ]'
-
- ' Enter second filename: [ ]'
-
- ' Direct output to : [Screen] [File] [Both]'
-
- ' Enter output filename: [ ]'
-
-
- *
- 'A', '?', ' '
- 'B', '?', ' '
- 'C', '0', ' ',Display file differences information on the screen only
- 'C', '1', ' ',Save file differences information in a file
- 'C', '2', ' ',Display file differences information on the screen and save in a file
- 'D', ' ', ' '
- ))
-
- #dircmp
- A='TEXT', Enter a directory name or type ?<Return> to get a list of directories
- B='TEXT', Enter a directory name or type ?<Return> to get a list of directories
- C='SELECT',
- D='TEXT', Enter a filename to save differences information in
- *
-
-
-
- ' Enter first directory : [ ]'
-
- ' Enter second directory : [ ]'
-
- ' Direct output to : [Screen] [File] [Both]'
-
- ' Enter output filename : [ ]'
-
-
- *
- 'A', '?', ' '
- 'B', '?', ' '
- 'C', '0', ' ',Display directory comparison information on the screen only
- 'C', '1', ' ',Save directory comparison information in a file
- 'C', '2', ' ',Display directory comparison information on the screen and save in a file
- 'D', ' ', ' '
- ))
-
- #keyboard
- A='TEXT',Type ?<Return> for a list of files in /usr/lib/keyboard
- *
-
-
- ' Only the console keyboard can be remapped.'
-
- ' Enter keyboard filename : [ ]'
- *
- 'A', '?', '0',
- ))
-
- #character
- A='TEXT',Type ?<Return> for a list of devices
- B='TEXT',Type ?<Return> for a list of files in /usr/lib/mapchan
- *
-
- ' Name of device to map '
- ' (e.g. tty01) : [ ]'
-
-
- ' Name of character set'
- ' (Enter "null" to turn off mapping) : [ ]'
-
- *
- 'A', '?', '0',
- 'B', '?', '0',
- ))
-
-
- #locale
- A='SELECT',
- B='TEXT',
- *
-
-
- ' Select one : [Add] [Delete] [Modify]'
-
- ' Enter locale to delete : [ ]'
- *
- 'A', '0', 'a',Add a locale to the current list
- 'A', '1', 'd',Change the name of an already specified locale
- 'A', '2', 'm',User's LANG variable matches the first partial locale
- 'B', '?', '0',
- ))
-
-
-
- #add_usr_loc
- A='TEXT',Enter user's name or type ?<Return> for a list of available users
- B='TEXT',Type ?<Return> for a list of files in /usr/lib/lang
- C='TEXT',Type ?<Return> for a list of available for the language you have selected
- D='TEXT',Type ?<Return> for a list of codesets available for the selected territory
- *
-
-
- ' Specify user : [ ]'
-
- ' Specify language : [ ]'
-
- ' Specify country/region : [ ]'
-
- ' Specify codeset : [ ]'
-
- *
- 'A', '?', '0',
- 'B', '?', '0',
- 'C', '?', '0',
- 'D', '?', '0',
- ))
-
- #add_locale
- A='TEXT',Type ?<Return> for a list of files in /usr/lib/lang
- B='TEXT',Type ?<Return> for a list of available for the language you have selected
- C='TEXT',Type ?<Return> for a list of codesets available for the selected territory
- *
-
-
- ' Specify language : [ ]'
-
- ' Specify country/region : [ ]'
-
- ' Specify codeset : [ ]'
-
- *
- 'A', '?', '0',
- 'B', '?', '0',
- 'C', '?', '0',
- ))
-
-
- #change_locale
- A='TEXT',Variable should be in the form "LANG=language_territory.codeset"
- B='TEXT',Type ?<Return> for a list of files in /usr/lib/lang
- C='TEXT',Type ?<Return> for a list of available for the language you have selected
- D='TEXT',Type ?<Return> for a list of codesets available for the selected territory
- *
-
-
- ' Specify default to change : [ ]'
-
- ' Specify language : [ ]'
-
- ' Specify country/region : [ ]'
-
- ' Specify codeset : [ ]'
-
- *
- 'A', '?', '0',
- 'B', '?', '0',
- 'C', '?', '0',
- 'D', '?', '0',
- ))
-
- #user_locale
- A='TEXT',Enter user's name or ?<Return> for a list of users
- B='TEXT',Enter default locale or ?<Return> for a list of defaults for this machine
- *
-
-
- ' Specify user : [ ]'
-
- ' User's default locale : [ ]'
- *
- 'A', '?', '0',
- 'B', '?', '0',
- ))
-
-
- #filecmp_switch
- A='SELECT',
- *
-
- ' [Files] [Directories]'
-
- *
- 'A', '0', 'f',Compare two files
- 'A', '1', 'd',Compare two directories
- ))
-
-
- #doslist_switch
- A='SELECT'
- *
-
- ' [DOS] [XENIX] '
-
- *
- 'A', '0', 'd',List DOS files in DOS format
- 'A', '1', 'x',List DOS files in XENIX format
- ))
-
- #dosdel_switch
- A='SELECT'
- *
-
- ' [File] [Directory] '
-
- *
- 'A', '0', 'f',Remove a DOS file
- 'A', '1', 'd',Remove a DOS directory
- ))
-
- #useradd_switch
- A='SELECT'
- *
-
- ' [User] [Group] '
-
- *
- 'A', '0', 'u',Add a new user to the system
- 'A', '1', 'g',Add a new group to the system
- ))
-
- #userdel_switch
- A='SELECT'
- *
-
- ' [User] [Group] '
-
- *
- 'A', '0', 'u',Remove a user from the system
- 'A', '1', 'g',Remove a group from the system
- ))
-
- #bckmake_switch
- A='SELECT'
- *
-
- ' [Dirs/Files] [Filesystem]'
-
- *
- 'A', '0', 'd',Backup directories and files
- 'A', '1', 'f',Perform regularly scheduled system backups or special filesystem backups
- ))
-
- #bckget_switch
- A='SELECT'
- *
-
- ' [Dirs/Files] [Filesystems]'
-
- *
- 'A', '0', 'd',Restore files and directories from backup
- 'A', '1', 'f',Restore filesystems
- ))
-
-
- #sysmsgs_switch
- A='SELECT'
- *
-
- ' [Mail] [Console] '
-
- *
- 'A', '0', 'm',Read mail addressed to root
- 'A', '1', 'c',Read messages that have appeared on the console
- ))
-
- #medfmt_switch
- A='SELECT'
- *
-
- ' [XENIX] [DOS] '
-
- *
- 'A', '0', 'x',Format a XENIX floppy
- 'A', '1', 'd',Format a DOS flopppy
- ))
-
-
- #archive
- A='TEXT', Enter ?<Return> for a list of available media.
- B='VALUE', Enter the size of the media in kilobytes (minimum 250)
- C='VALUE',Information is stored in blocks. Each block is 512 bytes.
- D='SELECT'
- E='TEXT', Enter the names of the files to archive
- *
-
-
- ' Media : [ ]'
- ' Size (kilobytes) : [ ]'
- ' Blocking Factor (1-20) : [ ]'
-
- ' Prevent splitting'
- ' files across media : [Yes] [No]'
- ' (Size must be specified)'
-
-
- ' Names of files and/or'
- ' directories to archive : [ ] '
-
- *
- 'A', '?','0',
- 'B', ' ', '1'
- 'C', ' ', '1'
- 'D', '0', 'y',This may require additional media volumes. A value for SIZE must be specified.
- 'D', '1', 'n',This may mean that your volumes are not independent of one another
- 'E', '?', ' '
- ))
-
-
- #confirm_fmt
- A='TEXT'
- B='SELECT'
- C='SELECT'
- *
-
-
- ' The media which you have entered is [ ]'
-
-
- ' Format media before archiving files: [Yes] [No]'
-
-
- ' Please make sure your media is in the drive and the'
- ' drive is ON LINE. Press <Return> when everything is'
- ' in order or <ESC> to abandon command. '
-
- ' [Continue] '
-
- *
- 'A', ' ', ' ',
- 'B', '0', 'y',Format the disk
- 'B', '1', 'n',Do not format
- 'C', '0', 'c',Proceed with archiving
- ))
-
-
- #confirm_arch
- A='TEXT'
- B='SELECT'
- *
-
-
- ' The device name you have entered is [ ]'
-
-
- ' Please make sure your media is in the drive and the'
- ' drive is ON LINE. Press <Return> when everything is'
- ' in order or <ESC> to abandon command. '
-
- ' [Continue] '
-
- *
- 'A', ' ', ' ',
- 'B', '0', 'c',Proceed with archiving
- ))
-
- #dosformat
- A='TEXT', Enter ?<Return> for a list of available media.
- B='SELECT'
- *
-
-
- ' Enter floppy to format: [ ]'
-
-
-
- ' Please make sure your media is in the drive and the'
- ' drive is ON LINE. Press <Return> when everything is'
- ' in order or <ESC> to abandon command. '
-
- ' [Continue] '
-
- *
- 'A', '?','0',
- 'B', '0', 'c',Proceed with formatting
- ))
-
- #format
- A='TEXT', Enter ?<Return> for a list of available media.
- B='SELECT'
- C='SELECT'
- *
-
-
- ' Enter floppy to format: [ ]'
-
- ' Enter type of format: [XENIX] [DOS] '
-
-
- ' Please make sure your media is in the drive and the'
- ' drive is ON LINE. Press <Return> when everything is'
- ' in order or <ESC> to abandon command. '
-
- ' [Continue] '
-
- *
- 'A', '?','0',
- 'B', '0', 'x',Format a XENIX floppy
- 'B', '1', 'd',Format a DOS flopppy
- 'C', '0', 'c',Proceed with formatting
- ))
-
-
- #tar
- A='TEXT', Enter ?<Return> for a list of available media.
- B='TEXT',Enter filenames or "all" for all files on media.
- C='SELECT',
- *
-
-
- ' Media : [ ]'
-
- ' Specify files'
- ' or directories : [ ]'
-
-
- ' Please make sure your media is in the drive and the'
- ' drive is ON LINE. Press <Return> when everything is'
- ' in order or <ESC> to abandon command. '
-
- ' [Continue] '
- *
- 'A', '?','0',
- 'B', 'all', ' '
- 'C', '0', 'c',Proceed
- ))
-
-
- #tapedump2
- A='TEXT', Enter ?<Return> for a list of available media.
- B='VALUE',Information is stored in blocks. Each block is 512 bytes.
- C='SELECT',
- D='SELECT',
- E='TEXT',
- *
-
-
- ' Device name : [ ]'
- ' Blocking factor (1-20) : [ ]'
-
-
- ' Output the entire tape : [Yes] [No]'
-
- ' Display output as found on tape : [Yes] [No]'
-
- ' Enter output filename : [ ]'
- *
- 'A', '?','0',
- 'B', ' ', '1'
- 'C', '0', 'a',Output will be in the same format as stored on the tape
- 'C', '1', 'c',You will be allowed to specify a translation of tape output
- 'D', '0', 'e',The enitre tape will be dumped
- 'D', '1', 's',You will be allowed to specify part of the tape
- 'E', ' ', '0',Enter name of output file
- ))
-
-
- #target
- A='SELECT',
- *
-
-
- ' Now, you should remove your source medium and put your target'
- ' in place. Press <Return> when everything is in order.'
-
- ' [Continue]'
- *
- 'A','0', '0',
- ))
-
-
- #duplicate
- A='TEXT', Enter ?<Return> for a list of available media.
- B='VALUE',Information is stored in blocks. Each block is 512 bytes.
- C='SELECT',
- *
-
-
- ' Enter media to duplicate : [ ]'
-
- ' Enter blocking factor (1-20) : [ ]'
-
-
- ' Please make sure your SOURCE media is in the drive and'
- ' the drive is ON LINE. Press <Return> when everything'
- ' is in order or <ESC> to abandon command. '
-
- ' [Continue] '
-
- *
- 'A', '?','0',
- 'B', ' ', '1'
- 'C', '0', 'c',Proceed
- ))
-
-