trespass command
Use this command to configure and display the trespass messages.
The trespass command can be used to configure and display the trespass messages. The trespass messages will be displayed to any user logging in through the WEB or CLI interface.
The following table shows the arguments for the options.
Option | Description |
---|---|
-s | Configure trespass messages |
-h | Lists usage and options |
Syntax:
usage:
trespass display the trespass message
-s <trespass message> configure trespass message
-h - Lists usage and options
Example:
Note
The trespass message does not contain any space.
system> trespass -s testingmessage
ok
system> trespass
testingmessage
The trespass message contains spaces:
system> trespass -s "testing message"
ok
system> trespass
testing message
Give documentation feedback