How do I start usermin ?
- sh-3.2#
/etc/usermin/start
Starting Usermin server in /usr/libexec/usermin
Then try to check it by
-sh-3.2# netstat -tulpn | grep 20000 tcp 0 0 0.0.0.0:20000 0.0.0.0:* LISTEN 6468/perl udp 0 0 0.0.0.0:20000 0.0.0.0:* 6468/perl
It’s running and we can test it by open the address https://domain.com:20000 on browser.
