Cronjobs / Crontab
Search for writable files and directories first
find / -path /proc -prune -o -type f -perm -o+w 2>/dev/null
Last updated
Was this helpful?
Search for writable files and directories first
find / -path /proc -prune -o -type f -perm -o+w 2>/dev/null
Last updated
Was this helpful?