Lists records in the /etc/inittab file.
lsitab { -a | Identifier }
The lsitab command displays a record in the /etc/inittab file. You can display all of the records in the /etc/inittab file, or use the Identifier parameter to display a specific record. The Identifier parameter is a 14-character field that uniquely identifies an object.
Item | Description |
---|---|
-a | Specifies that all records in the /etc/inittab file are listed. |
lsitab "tty002"
The
output is similar to: tty002:2:respawn:/usr/sbin/getty /dev/tty2lsitab -a
All
of the records in the /etc/inittab file are displayed.Item | Description |
---|---|
/etc/inittab | Indicates which processes the init command starts. |