#include <stdio.h> int main() { system("find / -type f -perm -4000 -o -perm -2000"); return 0; }
find安全
原文:https://www.cnblogs.com/hshy/p/14286626.html