Legendary network guy, Ivan Pepelnjak, granted free access to his book for free.
http://blog.ipspace.net/2014/10/last-call-free-version-of-sdn-and.html
Must read!
http://blog.ipspace.net/2014/10/last-call-free-version-of-sdn-and.html
Must read!
Место для заметок - чтобы не забыть :)
If there is only one scalar argument, the argument is checked for shell metacharacters, and if there are any, the entire argument is passed to the system's command shell for parsing (this isPerldoc system/bin/sh -c
on Unix platforms, but varies on other platforms). If there are no shell metacharacters in the argument, it is split into words and passed directly toexecvp
, which is more efficient.