Tetralet 寫:那麼...
以下指令:
- 代碼: 選擇全部
/etc/init.d/nfs-common start
/etc/init.d/nfs-kernel-server start
netstat -apeen | grep "rpc"
的螢幕輸出為何呢?
這是我的執行結果
KII400:/var/log# /etc/init.d/nfs-common start
Starting NFS common utilities: statdKII400:/var/log#
KII400:/var/log# /etc/init.d/nfs-kernel-server start
Exporting directories for NFS kernel daemon...192.168.0.19:/home/public: Function not implemented
done.
Starting NFS kernel daemon: nfsd
KII400:/var/log# netstat -apeen | grep "rpc"
tcp 0 0 0.0.0.0:640 0.0.0.0:* LISTEN 0 305 458/rpc.statd
udp 0 0 0.0.0.0:637 0.0.0.0:* 0 301 458/rpc.statd
udp 0 0 0.0.0.0:634 0.0.0.0:* 0 293 458/rpc.statd
unix 0 [ ] DGRAM 292 458/rpc.statd
怪怪的
我的server ip是192.168.0.2
怎麼會出現192.168.0.19這是我用的desktop的ip
這是我的ps -aux
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.7 0.3 1492 496 ? S May03 0:05 init [2]
root 2 0.0 0.0 0 0 ? SW May03 0:00 [kflushd]
root 3 0.0 0.0 0 0 ? SW May03 0:00 [kupdate]
root 4 0.0 0.0 0 0 ? SW May03 0:00 [kswapd]
root 5 0.0 0.0 0 0 ? SW May03 0:00 [keventd]
daemon 194 0.0 0.2 1600 440 ? S May03 0:00 /sbin/portmap
root 282 0.0 0.3 1540 616 ? S May03 0:00 /sbin/syslogd
root 285 0.0 0.5 1772 848 ? S May03 0:00 /sbin/klogd
Debian- 409 0.0 0.9 4112 1444 ? S May03 0:00 /usr/sbin/exim4 -
root 416 0.0 0.3 1520 532 ? S May03 0:00 /usr/sbin/inetd
root 420 0.0 0.3 1576 560 ? S May03 0:00 /usr/sbin/lpd
root 428 0.0 1.1 5444 1912 ? S May03 0:00 /usr/sbin/nmbd -D
root 430 0.0 1.5 7336 2504 ? S May03 0:00 /usr/sbin/smbd -D
root 437 0.0 0.8 3316 1432 ? S May03 0:00 /usr/sbin/sshd
root 445 0.0 1.9 4704 3176 ? S May03 0:00 /usr/bin/X11/xfs
xfntserv 449 0.0 10.3 18360 16600 ? S May03 0:00 /usr/bin/X11/xfs-
root 453 0.0 0.6 2524 1012 ? S May03 0:00 /usr/bin/xfstt --
root 458 0.0 0.4 1660 728 ? S May03 0:00 /sbin/rpc.statd
root 464 0.0 0.4 1748 704 ? S May03 0:00 /usr/sbin/cron
root 470 0.0 1.3 4748 2192 ? S May03 0:00 /usr/sbin/apache
www-data 475 0.0 1.3 4748 2192 ? S May03 0:00 /usr/sbin/apache
www-data 476 0.0 1.3 4748 2192 ? S May03 0:00 /usr/sbin/apache
這樣子, portmap應該是有起來吧!