Use the following command to terminate the connections for users peter, paul, and mary immediately, without stating a reason:
tnkill -u peter -u paul -u mary |
Use the following command to cancel all tnkill commands you have initiated:
tnkill -C |
Use the following command to terminate all TAS client connections immediately, without sending a default system shutdown message to connected clients:
tnkill -f |
Use the command below to terminate the connections for users scotty and spock in five minutes, in order to do system backups on the superserver. These users receive the message, "Superuser shutting down in 5 minutes - system backup."
tnkill -u scotty -u spock 5 system backup -s superserver:file |