Changes between Version 63 and Version 64 of TipAndDoc/network
- Timestamp:
- Dec 27, 2012 7:50:02 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TipAndDoc/network
v63 v64 48 48 > このサンプルは「ifconfig eth0 up」コマンドと同等の動きをします。 49 49 50 * Linuxにおけるnetwork device nameの最大長は15文字 51 * [http://www.kernel.org/doc/man-pages/online/pages/man7/netdevice.7.html netdevice(7) - Linux manual page] 52 > {{{char ifr_name[IFNAMSIZ]; /* Interface name */}}} 53 * /usr/include/net/if.h 54 {{{#!cc 55 /* Length of interface name. */ 56 #define IF_NAMESIZE 16 57 58 # define IFNAMSIZ IF_NAMESIZE 59 }}} 60 * /usr/include/linux/if.h 61 {{{#!cc 62 #define IFNAMSIZ 16 63 }}} 64 50 65 = CIFS vs NFS = 51 66 * 結論: Linux<=>Linux間のファイル共有はNFSが良い