修改etc/profile只读权限为读写

修改/etc/profile时提示为只读文件,不允许修改,

敲#chmod 777 /etc/profile后仍不允许修改

解决办法:

在root权限下敲 #:mount -o remount,rw /

你可能感兴趣的:(linux)