find安全

 

 

#include <stdio.h>

int main()
{
   system("find / -type f -perm -4000 -o -perm -2000");
   return 0;
}

 

 

posted on 2021-01-16 17:14  lydstory  阅读(50)  评论(0)    收藏  举报

导航