博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
centos文件系统变为只读的简单处置
阅读量:7221 次
发布时间:2019-06-29

本文共 191 字,大约阅读时间需要 1 分钟。

#mount -n -o remount,rw /

#fsck -y
-----------------------
#vi /etc/rc.d/rc.local
fsck -y
mount -n -o remount,rw /
service sshd restart
service iptables start
iptables-restore /etc/iptables.r

转载地址:http://huhym.baihongyu.com/

你可能感兴趣的文章
node redis 实现服务端数据持久化
查看>>
Assembly.LoadFrom加载程序集类型转换失败解决方法
查看>>
移动平台3G手机网站前端开发布局技巧汇总(转)
查看>>
我的友情链接
查看>>
thinkphp-alias
查看>>
安装weblogic 11g
查看>>
MySQL--Python操作及可视化
查看>>
一种新的instrumentation框架
查看>>
启动IntelliJ IDEA 2016报错:cannot start under Java 1.7 : Java 1.8 or later is required 解决办法...
查看>>
Spring MVC -- UEditor 编辑器整合入门
查看>>
Find Minimum in Rotated Sorted Array
查看>>
第七周编程总结
查看>>
Customizing and Overriding User Login page, Register, and Password Reset in Drupal 6 and 7
查看>>
[LeetCode]题解(python):126-Word Ladder II
查看>>
Webform 内置对象(Response对象、Request对象,QueryString)
查看>>
ls bash: cannot create temp file for here-document: No space left on device
查看>>
方便+好用的dot图
查看>>
TensorFlow+实战Google深度学习框架学习笔记(12)------Mnist识别和卷积神经网络LeNet...
查看>>
计算机视觉领域的一些牛人博客,超有实力的研究机构等的网站链接(ZT)
查看>>
Android网络游戏之神农诀项目开发--视频
查看>>