home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / unix / volume26 / maint / part01 / maint.help < prev    next >
Text File  |  1992-05-13  |  5KB  |  115 lines

  1. Maint is a program for browsing through your files and doing basic
  2. tasks on them.  It prints a full screen of file data and allows you
  3. to operate on the 'current' file.  The 'current file' is the file the
  4. cursor is next to.
  5.  
  6. Maint does a number of functions on the files and directories:
  7.  
  8.     o  Move around among your files within a directory.
  9.     o  Move from directory to directory.
  10.     o  Mark a file for change (copy, delete or rename).
  11.     o  Mark a file to changing characteristics.
  12.     o  Execute or cancel pending marks.
  13.     o  Examine a file (edit, view, list characteristics).
  14.     o  Assign descriptive text to a file or directory.
  15.     o  Other misc. commands
  16.  
  17. Each of these groups is described individually below.
  18.  
  19. Sometimes there is more than one command to do the same thing.  Multiple
  20. commands are separated by commas.  Upper and lower case are the same.
  21.  
  22. Maint has a number of commands selecting the current file from those
  23. on the screen.  You may simply move around the screen by giving the
  24. following motion commands.
  25.  
  26.     l,>,space,tab    - move right one column.
  27.     h,<        - move left one column.
  28.     k,^        - move up one row.
  29.     j        - move down one row.
  30.  
  31. You may ask for a file by name:
  32.     /    - search for a file by name.  Make it the new current
  33.           file.
  34.  
  35. If you have more files than will fit on the screen, maint breaks them
  36. up into pages.
  37.  
  38.     +,=    - go to next page of files (if you have more files
  39.           than can be printed in a single screenful)
  40.     -,_    - go to next page of files (if you have more files
  41.           than can be printed in a single screenful)
  42.  
  43. Maint offers you a number of ways of moving from directory to directory:
  44.  
  45.     b - BRANCH to a directory.  You will be prompted for the
  46.         name of the new directory.
  47.     s - SELECT current file to become the new directory.
  48.         If the file is not a directory, it is viewed instead.
  49.  
  50. The maint commands for changing individual files are:
  51.  
  52.     c - COPY current to another file (same directory only).
  53.         You will be prompted for a file to be copied to.
  54.     r - mark the current file to be RENAMED.  You will
  55.         be prompted for the new name, which must be in the
  56.         same directory only.
  57.     d - mark the current file for DELETE.
  58.  
  59. Maint allow you to change various characteristics of a file:
  60.  
  61.     g - Mark the current file to change the GROUP membership of
  62.         the file.  This command can only be used by the system manager.
  63.     o - Mark a file to change the OWNER of the file.  This command
  64.         can only be used by the system manager.
  65.     p - Mark a file to change the PROTECTION of the file.  Currently
  66.         you must set the protection either by typing the individual
  67.         bits (eg, 755) or by mimicing the permission string
  68.         (eg `rw-r--r--', etc.)
  69.  
  70. Commands which mark a file are not executed immediately.  The marks
  71. be marked
  72.  
  73.     x -    EXECUTE all marks immediately.  This causes all
  74.         pending deletions, renames, etc, to be done.
  75.     u -    UNMARK (cancel) pending marks for the current file.
  76.     control-r - REBUILD the current directory.  This
  77.         cancels all pending marks.
  78.  
  79. Maint will let you get various information and views of a file:
  80.  
  81.     i - give INFORMATION about characteristics of the current
  82.         file.  This includes type, size, last usage, etc.
  83.     e - EDIT the current file.  The editor used will be
  84.         whatever is specified in your EDITOR environment,
  85.         or the system default (vi).
  86.     s - SELECT current file for viewing (if an ordinary file).
  87.         The viewer used will be whatever is specified in your
  88.         PAGER environment, or the system default (less).  If
  89.         the file is a directory, it is BRANCHED to (see 'b')
  90.  
  91. Maint will let you assign descriptive text to a file or directory.
  92. The 't' command functions as follows:
  93.  
  94. If there is no descriptive text in the current directory, you will
  95. prompted for the creation of a 'Text descriptor file'.  Type [y] if
  96. you really want to add descriptions.  If you say [y], you will then
  97. be prompted for a brief description of the directory (up to 70 letters).
  98.  
  99. Once there is a text descriptor file, you may then added up to 40
  100. characters of description for any file in the directory.  Select the
  101. file with the motion commands, then type 't'.
  102.  
  103. Misc maint commands:
  104.  
  105.     ! - go to the system to execute commands, return to
  106.         maint when done.
  107.     q - QUIT maint.  If there are pending marks, you will
  108.         be asked if they should be EXECUTED.
  109.     O - Change display options.  A menu will be displayed and
  110.         you will allowed to select what information should be
  111.         displayed for each file.
  112.     ^L/^W (control-L or control-W) - redraw the screen.
  113.  
  114. There are more maint commands; try '!man maint' to see them all.
  115.