Configuring jails

BulkMailForRudy crapsh at monkeybrains.net
Tue May 5 00:55:34 UTC 2020


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



More information about the freebsd-jail mailing list