On 5/4/20 4:03 PM, Brandon helsley wrote:
I'm trying to learn as much as possible about networking and rounting and don't
get the manpages. They are very obscure for a beginner.
man pages are important. If you can master one command and fully
understand the man page for that one command, you will be able to get
through other man pages.
try mastering 'ping' if you want to learn networking.
man ping
Read the whole manual page, then try to use what you learned like this:
ping -i 2 8.8.8.8
ping -i 0.5 8.8.8.8
ping -c 2 4.2.2.1
Once you understand flags and arguments to a command and how to use the
man page to understand them, you will be on your way!
Rudy
_______________________________________________
freebsd-jail@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-jail
To unsubscribe, send any mail to "freebsd-jail-unsubscr...@freebsd.org"