[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 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. (To see a list of the network types and their font path elements, press F4 in SMIT at the Xstation Network TYPE Name option). 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, pclient command, x_add_fs_fpe command, x_add_trm_120 command, x_add_trm_130 command, x_add_trm_140 command, x_add_trm_150 command, x_add_trm_160 command, x_chg_net command, x_chg_trm_120 command, x_chg_trm_130 command, x_chg_trm_140 command, x_chg_trm_150 command, x_chg_trm_160 command, x_def_net command, x_ls_net command, x_ls_net_fp command, x_ls_trm command, x_rm_fpe command, x_rm_net command, x_rm_trm command.


[ Previous | Next | Contents | Glossary | Home | Search ]