| Main index | Section 8 | Options |
Available options:
| | Specifies an IP address to bind to. |
| | Print available options. |
| | Do not use TCP_NODELAY option on TCP sockets. |
| | Port on which ggated listens for connections. Default is 3080. |
| | PID file that ggated uses. |
| | Size of receive buffer to use. Default is 131072 (128kB). |
| | Size of send buffer to use. Default is 131072 (128kB). |
| | Do not fork, run in foreground and print debug information on standard output. |
| exports file | An alternate location for the exports file. |
The format of an exports file is as follows:
1.2.3.4 RO /dev/cd0 1.2.3.0/24 RW /tmp/test.img hostname WO /tmp/image
| /var/run/ggated.pid | |
| The default location of the ggated PID file. | |
# echo "1.2.3.0/24 RO /dev/cd0" > /etc/gg.exports # echo "client RW /image" >> /etc/gg.exports # ggated
| GGATED (8) | September 8, 2016 |
| Main index | Section 8 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | Never write it in C if you can do it in `awk'; Never do it in `awk' if `sed' can handle it; Never use `sed' when `tr' can do the job; Never invoke `tr' when `cat' is sufficient; Avoid using `cat' whenever possible. |
” |
| — Taylor's Laws of Programming | ||