The following example is the equivalent of using Serial Port Manager to enable a modem (for use with UUCP) to port /dev/term/b.
# admserialmod -e -p bi -b 9600E b |
In this command,
|
-e |
Enables the port. |
|
-p bi |
Specifies the bidirectional template be used to configure the port. |
|
-b 9600E |
Specifies the baud rate. |
|
b |
Specifies the name of the port. |