Adds a NFS/TFTP accessed font directory to a font path.
x_add_nfs_fpe Host Directory Method Position TypeName
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).
Item | Description |
---|---|
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. |
Access Control: Only the root user should have execute (x) access to this command.
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.
Item | Description |
---|---|
/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). |