[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]

Commands Reference, Volume 6


x_add_nfs_fpe Command

Purpose

Adds a NFS/TFTP accessed font directory to a font path.

Syntax

x_add_nfs_fpe Host Directory Method Position TypeName

Description

The x_add_nfs_fpe command adds a font path element to the font path of the selected network type name. This font directory will be accessed using Network File System (NFS) or Trivial File Transfer Protocol (TFTP).

Host Specifies the system name to access for the font directory.
Directory Specifies the complete path to the directory that contains the fonts.
Method Specifies either nfs or tftp to be used to access the fonts.
Position Specifies where to insert this element in the font path.
TypeName Specifies the name of the network type. Each network type has a font path consisting of one or more font path elements. Specify the name of the network type to which the font path element will be added, or choose to have it added to all network type names by specifying All. If a font path element is added to All network types, it will be placed at the end of each font path.

Security

Access Control: Only the root user should have execute (x) access to this command.

Example

To add the fonts in /usr/lib/X11/fonts/100dpi to the network type x_st_mgr.ether, enter:

x_add_nfs_fpe cedar /usr/lib/X11/fonts/100dpi nfs Last \ x_st_mgr.ether

In this the font path element /usr/lib/X11/fonts/100dpi is added to the end of the font path for network type x_st_mgr.ether. The font directory is on the host cedar, which is accessed using NFS.

Files


/usr/lpp/x_st_mgr/bin/x_add_nfs_fpe Contains the x_add_nfs_fpe command.
/etc/x_st_mgr/ether.cf Contains the network type x_st_mgr.ether configuration file (sample).

Related Information

The aixterm command, bootpd daemon, login command, x_add_fs_fpe command, x_rm_fpe command.


[ Previous | Next | Table of Contents | Index | Library Home | Legal | Search ]