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.
-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/tty2
lsitab -aAll of the records in the /etc/inittab file are displayed.
/etc/inittab | Indicates which processes the init command starts. |
The chitab command, init command, mkitab command, rmitab command.