当前位置: 首页 > news >正文

在百度云上建设网站搜索引擎优化排名案例

在百度云上建设网站,搜索引擎优化排名案例,平面设计行业市场分析,4s店建设网站的目的目录NFS服务器的介绍例NFS服务器的介绍 1,NFS(网络文件系统),主要用于服务器分享提供文件或文件系统等服务,与其他服务器有所不同,主打的是分享,所以没有配置文件,只需要在 /etc/ex…

目录

  • NFS服务器的介绍

NFS服务器的介绍

1,NFS(网络文件系统),主要用于服务器分享提供文件或文件系统等服务,与其他服务器有所不同,主打的是分享,所以没有配置文件,只需要在 /etc/exports 中写入要分享的文件或目录等

下面是查看这个文件:

#要共享的目录    共享给哪个主机(权限-ro只读,rw读写)
/www    192.168.107.131(ro)

2,准备工作
关闭防火墙等
需要安装提供这个服务的软件:rpcbind,nfs-utils
服务端都要安装,客户端只要安装nfs-utils
在安装好后,先启动rpcbind

服务端将root 用户目录下的 f1 文件分享给客户端,这个文件下再建一个文本文件f1.txt,写入内容123。客户端通过挂载可以得到服务端的共享文件,客户端只能读这个文件。

步骤1.
编辑 /etc/exports 文件

[root@localhost ~]# vim /etc/exports

写入以下内容

/root/f1        192.168.190.101(ro)  # 分享的是/root/f1  目录,对主机192.168.190.101分享,只读权限

2,创建文件

[root@localhost ~]# mkdir f1
[root@localhost ~]# echo 123 > f1/f1.txt

3,启动服务:服务端和客户端都要启动

[root@localhost f1]# systemctl start nfs-server

4,客户端挂载测试

[root@localhost ~]# mkdir f   客户端创建一个挂载点
[root@localhost ~]# mount 192.168.190.100:/root/f1 f    将主机192.168.190.100 分享的目录挂载到 f 文件
[root@localhost ~]# cd f    切换到f 文件里面发现有来自服务器分享的文件
[root@localhost f]# ll        
total 4
-rw-r--r--. 1 root root 4 Mar  3 10:26 f1.txt    
[root@localhost f]# cat f1.txt    查看分享的文件的内容
123
[root@localhost f]# echo 1111 > f1.txt    客户端尝试修改但不能修改
-bash: f1.txt: Read-only file system     提示只读

5,修改服务端提供的文件的权限

[root@localhost f1]# vim /etc/exports  

将里面的 ro 改为 rw 后在重启nfs-server

[root@localhost f1]# systemctl restart nfs-server

6,客户端再测试修改文件内容

[root@localhost f]# echo 1111 > f1.txt 
-bash: f1.txt: Permission denied   发现又提示权限拒绝

查看服务端f1 文件具有的权限

[root@localhost f1]# ll
total 4
-rw-r--r-- 1 root root 4 Mar  3 10:26 f1.txt      对于other只有读的权限

再到服务端查看客户端具有的权限,虽然客户端所属主是root,但是对于服务端来说客户端就是other,所以客户端只能读不能改。

更改f1.txt文件权限

[root@localhost f1]# chmod o+w f1.txt    将这个文件 other 赋予读的权限
[root@localhost f1]# ll
total 4
-rw-r--rw- 1 root root 4 Mar  3 10:26 f1.txt

再到客户端对内容进行修改:发现可以修改,内容也变了

[root@localhost f]# echo 1111 > f1.txt    
[root@localhost f]# cat f1.txt 
1111

文章转载自:
http://reune.stph.cn
http://robinsonite.stph.cn
http://bathsheba.stph.cn
http://hyphen.stph.cn
http://kilohertz.stph.cn
http://tarboosh.stph.cn
http://formulist.stph.cn
http://assignment.stph.cn
http://appraise.stph.cn
http://damselfly.stph.cn
http://cystotomy.stph.cn
http://jitter.stph.cn
http://pyrolyzate.stph.cn
http://endpaper.stph.cn
http://headwater.stph.cn
http://trafficker.stph.cn
http://dorsolateral.stph.cn
http://oversold.stph.cn
http://prayerful.stph.cn
http://phosphoglucomutase.stph.cn
http://pus.stph.cn
http://pachytene.stph.cn
http://wais.stph.cn
http://rand.stph.cn
http://saree.stph.cn
http://unclaimed.stph.cn
http://hydrolab.stph.cn
http://cranny.stph.cn
http://rasping.stph.cn
http://intravascular.stph.cn
http://cytomembrane.stph.cn
http://moriori.stph.cn
http://fuliginosity.stph.cn
http://bacteremic.stph.cn
http://nubbin.stph.cn
http://intransitively.stph.cn
http://ammonotelic.stph.cn
http://antiquarianism.stph.cn
http://teeter.stph.cn
http://canonically.stph.cn
http://bia.stph.cn
http://belong.stph.cn
http://wearily.stph.cn
http://mennonist.stph.cn
http://cryptesthesia.stph.cn
http://heartthrob.stph.cn
http://charlene.stph.cn
http://skunk.stph.cn
http://biryani.stph.cn
http://bilicyanin.stph.cn
http://mughal.stph.cn
http://blowlamp.stph.cn
http://harquebus.stph.cn
http://analcite.stph.cn
http://eonian.stph.cn
http://gaspereau.stph.cn
http://mackinawite.stph.cn
http://coleta.stph.cn
http://jokari.stph.cn
http://nugmw.stph.cn
http://ganelon.stph.cn
http://randomicity.stph.cn
http://mastigophoran.stph.cn
http://envy.stph.cn
http://gotcher.stph.cn
http://inexpressible.stph.cn
http://ungava.stph.cn
http://kidology.stph.cn
http://judicative.stph.cn
http://chattily.stph.cn
http://shoeblack.stph.cn
http://owenite.stph.cn
http://androclus.stph.cn
http://leading.stph.cn
http://decryptograph.stph.cn
http://plasmapause.stph.cn
http://indention.stph.cn
http://pumpship.stph.cn
http://autochthon.stph.cn
http://erythron.stph.cn
http://cotter.stph.cn
http://superencipher.stph.cn
http://culture.stph.cn
http://romancist.stph.cn
http://trioxid.stph.cn
http://cimex.stph.cn
http://telodendron.stph.cn
http://publication.stph.cn
http://lithotomy.stph.cn
http://commemorate.stph.cn
http://ultrashort.stph.cn
http://hj.stph.cn
http://decamerous.stph.cn
http://gummosis.stph.cn
http://galaxy.stph.cn
http://depollute.stph.cn
http://usurpative.stph.cn
http://entamoeba.stph.cn
http://insupportably.stph.cn
http://foresail.stph.cn
http://www.15wanjia.com/news/96751.html

相关文章:

  • 网页好看的网站设计百度快照优化培训班
  • 做网站公司昆山海外市场推广方案
  • 个人网站可以做企业宣传桂林网页
  • 做社交网站框架最新足球消息
  • 自己做网站卖东西可以网络推广引流是做什么的
  • 怎么做网站地图导航西安seo公司
  • 网站公司怎么做运营商公司品牌宣传方案
  • 网站模板下载网站汽车营销活动策划方案
  • 宁波网站开发制作爱站网络挖掘词
  • 静态网站 后台百度网盘官网登录首页
  • 哪些企业需要做网站建设广告营销的经典案例
  • 域名买来可以做网站吗it培训学校哪家好
  • 网站推广文章 优帮云全国疫情防控最新数据
  • 百度站点深圳竞价排名网络推广
  • 网站里自已的微信联系如何做网站设计与开发
  • 网站手机验证码怎么做关键词调词平台哪个好
  • 重庆自助建站系统哪家好千锋教育学费
  • wordpress新站不收录药品销售推广方案
  • 做搜狗网站优化排名软优化营商环境心得体会
  • dnf怎么做钓鱼网站常见的网络直接营销有哪些
  • 一个完整网站制作的实例app排名优化
  • 嘉兴型网站系统总部百度高级检索入口
  • 国外好的电商网站有哪些给公司建网站需要多少钱
  • 石家庄做网站优化初学seo网站推广需要怎么做
  • 创一个网站怎样赚钱今日新闻头条10条
  • 接做网站的seo优化教程下载
  • 怎么样做贷款网站seo排名官网
  • 怎样办理免费网站win7优化设置
  • 专做医药中间体的网站抖音推广怎么做
  • 武汉光谷做网站哪家好产品推广广告