Update README.md

This commit is contained in:
Joe Totes
2022-08-23 11:39:25 -04:00
committed by GitHub
parent 2eeabde131
commit 86ac031335

View File

@@ -564,6 +564,9 @@ id
#Check folder permissions
ls -la
#Check root process
ps -ef | grep root
#Search write-able services
ls -la $(find . -type s -writable 2>/dev/null)