linuxcd提示权限不够

原因:

ls 某abc文件夹需要文件夹有r权限。

cd  某abc文件夹 需要文件夹有x权限。

办法:

chmod a+x dir

chmod a+r dir

你可能感兴趣的:(linuxcd提示权限不够)