linux中查询tftp服务目录和nfs服务目录的命令
发布时间:2016-10-22 06:30:10 所属栏目:Linux 来源:网络整理
导读:[xlp@localhost ~]$ less /etc/xinetd.d/tftp# default: off# description: The tftp server serves files using the trivial file transfer # protocol. The
[xlp@localhost ~]$ less /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer
# protocol. The tftp protocol is often used to boot diskless
# workstations, download configuration files to network-aware printers,
# and to start the installation process for some operating systems.
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
# server_args = -s /var/lib/tftpboot
server_args = -c -s /var/tftp/
# server_args = -c -s /home/guolijun/sdk-base/binaries
disable = no
per_source = 11
cps = 100 2
flags = IPv4
}
[xlp@localhost ~]$ less /etc/exports
/home *(rw,sync,no_root_squash)
/rootfs.xlp *(rw,sync,no_root_squash)
/xlp-nfs *(rw,sync,no_root_squash)
[xlp@localhost ~]$
本栏目更多精彩内容:http://www.bianceng.cn/OS/Linux/ (编辑:佛山站长网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |

