Chapter Contents

Previous

Next
SAS Companion for UNIX Environments

Installing Manual Pages

To be able to read these manual pages in the utilities/man directory, move these files to the man1 subdirectory of the location of the other man files for your system. This location is usually /usr/man or /usr/local/man. Execute the man man command to determine the appropriate pathname for your system. When you have found the correct pathname, use the following command to move the SAS man files:

cp sasroot/utilities/man/* pathname/man1
where pathname is the directory location of your system man files.

For example, the following command enables you to access online help by moving the SAS man files from the sasroot directory to the man1 file in your system's man directory.

cp /usr/local/sas8/utilities/man/* /usr/local/man/man1

After you have issued this command, you can access online help with the man sas command.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.