The following example is the equivalent of using Serial Port Manager to initialize port /dev/term/b.
# admserialmod -e -p init b |
In this command,
|
-e |
Enables the port. |
|
-p init |
Specifies the port should only be initialized. |
|
b |
Specifies the name of the port. |