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

Commands Reference, Volume 4


pstart Command

Purpose

Enables or reports the availability of login ports (normal, shared, and delayed).

Syntax

pstart [ -a ] [ Device ]

Description

The pstart command enables all ports (normal, shared, and delayed) listed in the /etc/inittab file. The system enables a port by updating an entry in the /etc/inittab file and then sending a signal to the init process. When the init process receives the signal and reads the updated status entry, it takes the appropriate action.

Use the Device parameter to specify the ports to be enabled. Permitted values include:

If you do not specify a Device parameter, the pstart command reports the names of all enabled ports and whether they are currently enabled as normal, shared, or delayed.

Note: You must have root user authority to run this command.

Flag


-a Enables all ports (normal, shared, and delayed ports).

Examples

  1. To display the names of all ports (normal, shared, and delayed) currently enabled and how they are enabled, enter:

    pstart
    
  2. To enable all normal, shared, and delayed ports listed in the /etc/inittab file, enter:

    pstart -a
    

Files


/etc/locks Contains lock files for the pshare and pdelay commands.
/usr/sbin/pstart Contains the pstart command file.

Related Information

The init command, pdelay command, pdisable command, penable command, phold command, pshare command.

The inittab file.


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