摘要: find command
-perm option 閱讀全文
-perm option 閱讀全文
常用鏈接留言簿(1)我參與的團隊隨筆檔案搜索最新評論
閱讀排行榜評論排行榜 |
2008年7月18日 #
摘要: find command
-perm option 閱讀全文 2008年7月17日 # /etc/network/interfaces --------------------------- auto lo # auto enable lo iface lo inet loopback # lo is an inet(mean ipv4) interface used as lookback iface eth0 inet dhcp # eth0 is an inet interface use dhcp to configure it address a.b.c.d #------------------- netmask 255.255.255.0 # should these be dynamic ? gateway a.b.c.1 #------------------- auto eth0 # auto enable eth0 --------------------------- # command to execute, restart networking service /etc/init.d/networking restart 2008年6月26日 #
|