标签: linux if-statement setuid
我需要编写一个脚本文件来检查具有4755权限的SetUID程序。我该怎么办?
答案 0 :(得分:1)
在bash中:
path=/pathtosearch find $path -perm 4755