/ Published in: Bash
URL: http://www.pixelbeat.org/cmdline.html
Use this command to find all files and folders having a given permission
Expand |
Embed | Plain Text
find -type f -perm -777
You need to login to post a comment.
URL: http://www.pixelbeat.org/cmdline.html
Use this command to find all files and folders having a given permission
find -type f -perm -777
You need to login to post a comment.