Changes

Jump to navigation Jump to search
78 bytes added ,  02:17, 12 July 2018
adds user find
# find files that are executable and remove the execute bit
sudo find . -type f -perm -ugo=x -ls -exec chmod a-x {} \;
 
# find files that are not owned by www-data
find ./ -type f ! -user www-data
4,558

edits

Navigation menu