Query: setfib
OS: freebsd
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
SETFIB(1) BSD General Commands Manual SETFIB(1)NAMEsetfib -- execute a utility with an altered default network viewSYNOPSISsetfib [-F] fib utility [argument ...]DESCRIPTIONThe setfib utility runs another utility with a different routing table. The table number fib will be used by default for all sockets started by this process or descendants.ENVIRONMENTThe PATH environment variable is used to locate the requested utility if the name contains no '/' characters.EXIT STATUSIf utility is invoked, the exit status of setfib is the exit status of utility. An exit status of 126 indicates utility was found, but could not be executed. An exit status of 127 indicates utility could not be found.EXAMPLESRun netstat(1) to view the second routing table. setfib -F 1 netstat -rn or setfib 1 netstat -rn or setfib -1 netstat -rnSEE ALSOsetfib(2), setsockopt(2)STANDARDSThe setfib utility is a FreeBSD specific extension. However, many UNIX-like systems have an equivalent function.HISTORYThe setfib utility appeared in FreeBSD 7.1.BSDOctober 20, 2008 BSD
Related Man Pages |
---|
nice(1) - mojave |
env(1) - opendarwin |
time(1) - opendarwin |
nice(1) - freebsd |
nohup(1) - freebsd |
Similar Topics in the Unix Linux Community |
---|
Character position |
Netstat -i notification |
[Solved] Script is ignoring   |
Help with netstat traffic server command |
Setfib on Solaris? |