oh好像使用了preview的命令。有新的可用命令。
#进入系统后,关闭只读保护功能:
sudo deepin-immutable-writable enable -d /usr
#如果想开启只读保护,只需运行:
sudo deepin-immutable-writable disable
#注意:开启或关闭此功能,都需要重启才能生效。
但是,执行
sudo deepin-immutable-writable enable -d /usr
重启后
sudo deepin-immutable-writable enable -d /usr
This operation will set the system directory to read and write permissions.
And the modification operations to these directories may be discarded or retained depending on the configuration file.
Please use with caution.
Do you want to continue? [Y/n] Y
overlay_manager.go:429: This operation is already enabled
仍然是只读文件系统
/usr/src$ touch x
touch: 无法 touch 'x': 只读文件系统
jyan@dell-deepin:/usr/src$ sudo touch x
touch: 无法 touch 'x': 只读文件系统
dkms安装某无线网卡驱动时,应该是收到了磐石(不可变系统)的阻止。
网上查到的停用命令好像不能用了
请问有什么办法安装dkms支持的驱动?谢谢