6. Command Reference of RPCM CLI
6.12. Command
whoami
Displays the name of the active user account in which the system is running.
Example:
whoami
The return is:
Current username is 'rpcmadmin'
6.13. Command
ping
It is used to diagnose network connections.
Help displays:
ping ?
Information about the command:
RPCM Commands description:
ping <hostname or ip> - ICMP ping to ip address or hostname
Use:
ping 192.168.1.254
The return is:
Ping 192.168.1.254 (192.168.1.254):
64 bytes from 192.168.1.254: icmp_seq = 0 ttl = 53 time = 3.304 ms
64 bytes from 192.168.1.254: icmp_seq = 1 ttl = 53 time = 2.037 ms
64 bytes from 192.168.1.254: icmp_seq = 2 ttl = 53 time = 2.215 ms
64 bytes from 192.168.1.254: icmp_seq = 3 ttl = 53 time = 2.389 ms
64 bytes from 192.168.1.254: icmp_seq = 4 ttl = 53 time = 2.207 ms
322