Enter the name of the help file that describes the rights profile. This description displays when a user clicks on the name of the rights profile. The help file's name must end with the extension html, for example: FilePrivs.html.

Create the help file for a new rights profile as follows:

1. With a text editor or html editor, create a help file in the directory /usr/lib/help/profiles/locale/C/.

2. In the help file, describe the rights profile you have added.

3. If you are entering the HTML code by hand, make sure the file starts with <HTML>, includes the main text with the tags <BODY> and </BODY>, and ends with </HTML> -- including the angle brackets. Separate paragraphs with <P>. The text just before </BODY> and </HTML> should be: "If right_name is grayed, then you are not entitled to add or remove it. " For example:

<HTML>
<HEAD>
<!-- Copyright (c) 2000 by Sun Microsystems, Inc. All rights reserved.-- >
<!-- SCCS keyword #pragma ident "@(#)FilePrivs.html 1.1 99/04/22 SMI" -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY>
Allows a user to specify the allowed and forced privileges to be associated with the execution of a program file. <P> If the name of the file privileges rights profile is grayed, you are not allowed to add or remove it. </BODY>
</HTML>