TGTGInsighttelegram intelligenceLIVE / telegram public index
← 浅影随想
浅影随想 avatar

TGINSIGHT POST

Post #2736

@lightFantasy

浅影随想

Views704帖子阅读量
发布10月1日2022/10/01 13:35
Post content

帖子内容

#tips 在 (类) Linux 中修改文件时,如果遇到 Read-only file system 错误(比如 kindle 的 /etc/hosts),可以使用 mount,将目标目录临时变更为可读写模式,例如: mount -o remount rw / (非常手段,慎用!)