Wednesday, December 26, 2018

FreeBSD: Starting your day! Essential commands

Log in to the server with the private key:
# ssh -i ~/.ssh/freeBSD junayed@192.168.10.114 -p 22

$ ssh -i freeBSD junayed@192.168.10.114

List services:
# service -e

# nginx -v
# sockstat -4 -l
uname -vm

No comments:

Post a Comment