/etc/fstab 只读无法修改的解决办法

 

在命令补全的时候开始报错:
[root@kafka2 ~]# cat /et-bash: cannot create temp file for here-document: Read-only file system
-bash: cannot create temp file for here-document: Read-only file system
^C

 

重新挂载为读写文件系统

[root@kafka2 ~]# mount -o remount,rw / 

相关文章:

  • 2022-02-21
  • 2022-12-23
  • 2021-12-09
  • 2021-10-13
  • 2022-12-23
  • 2021-04-17
  • 2021-05-03
猜你喜欢
  • 2022-12-23
  • 2021-08-28
  • 2021-12-22
  • 2022-12-23
  • 2021-07-06
  • 2021-10-07
相关资源
相似解决方案