1 查找文件
find / -type f -writable 2>/dev/null
2 查找文件夹
find / -type d -writable 2>/dev/null
本文介绍了如何在Linux系统中使用find命令,分别列举了查找可写文件和文件夹的指令,以实现权限管理和安全检查。
1 查找文件
find / -type f -writable 2>/dev/null
2 查找文件夹
find / -type d -writable 2>/dev/null
1537
1387

被折叠的 条评论
为什么被折叠?