Linux系统出现cannot create temp file for here-document: Read-only file system解决办法

打开终端输入命令比如mkdir 、cd等等,会出现如下提示

cannot create temp file for here-document: Read-only file system

解决办法如下:

mount -o remount,rw /

原文:https://www.codenong.com/cs105684303/

posted @ 2022-11-14 13:01  xiaohaoge  阅读(1878)  评论(0)    收藏  举报