海不辞水 故成其大 binss

23 04, 2006

查找权限位为S的文件

unix & linux — 作者 binss @ 18:04
查找权限位为S的文件
find . -type f ( -perm -04000 -o -perm -02000 ) -exec ls -lg {} ;
查找权限位为S的文件
find . -type f ( -perm -04000 -o -perm -02000 ) -exec ls -lg {} ;

最新回复


发表评论

Powered by pLog