nfs文件共享+netstat相关 记录
經(jīng)常要?jiǎng)?chuàng)建nfs文件共享,每次都要重新找一下筆記,特記錄下來(lái)方便查找:
一般linux自帶有nfs應(yīng)用,所以要使用時(shí),只要啟用即可,啟動(dòng)過(guò)程如下:
服務(wù)端:
在/etc/exports 里面加入要nfs的目錄,開(kāi)放可mount的對(duì)象IP,例如:
/data/test 192.168.*(rw,sync,no_root_squash)
然后啟動(dòng)相關(guān)進(jìn)程:
service nfs start
service portmap start
客戶端:
service portmap start ?
mount -t nfs 192.168.101.234:/data/test /data/test ? (mount命令)
查看已經(jīng)發(fā)布出來(lái)的nfs可掛接點(diǎn):
服務(wù)端:showmount -e localhost
客戶端:showmount -e 服務(wù)端IP
參考頁(yè)面:
http://linux.chinaunix.net/techdoc/system/2007/03/26/953339.shtml
--------------------------------------------------------------------
netstat 的一些使用方法,記錄一下,不完全之處后面碰到再補(bǔ)充:
1、使用 netstat -nlt 查看端口使用情況
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address ? ? ? ? ? ? ? Foreign Address ? ? ? ? ? ? State ? ? ?
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:10050 ? ? ? ? ? ? ? 0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ? ? ?
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:27017 ? ? ? ? ? ? ? 0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ? ? ?
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:873 ? ? ? ? ? ? ? ? 0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ?
2、使用 netstat -nltp 查看端口使用情況,并反應(yīng)出端口使用的程序名稱和進(jìn)程號(hào)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address ? ? ? ? ? ? ? Foreign Address ? ? ? ? ? ? State ? ? ? PID/Program name ?
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:10050 ? ? ? ? ? ? ? 0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ? ? ?2485/zabbix_agentd ?
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:27017 ? ? ? ? ? ? ? 0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ? ? ?2535/mongod ? ?
3、如果要查具體某個(gè)程序或者端口的情況,在后面加 grep 即可:
root@test03:/root#netstat -nltp|grep mysql
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:3306 ? ? ? ? ? ? ? ?0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ? ? ?6509/mysqld ? ? ? ?
root@test03:/root#netstat -nltp|grep 3306
tcp ? ? ? ?0 ? ? ?0 0.0.0.0:3306 ? ? ? ? ? ? ? ?0.0.0.0:* ? ? ? ? ? ? ? ? ? LISTEN ? ? ?6509/mysqld ? ? ? ?
4、查看端口屬于哪個(gè)程序
root@test03:/root#lsof -i:3306
COMMAND ?PID ?USER ? FD ? TYPE DEVICE SIZE NODE NAME
mysqld ?6509 mysql ? 10u ?IPv4 ?15134 ? ? ? TCP *:mysql (LISTEN)
轉(zhuǎn)載于:https://blog.51cto.com/lylyf99/1393368
總結(jié)
以上是生活随笔為你收集整理的nfs文件共享+netstat相关 记录的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問(wèn)題。
- 上一篇: 耳垂厚的人打耳洞疼吗
- 下一篇: 简单的网名四个字精选104个