/ Published in: Bash

Use this command to find all files and folders having a given permission
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
find -type f -perm -777
URL: http://www.pixelbeat.org/cmdline.html
Comments
