Universal code (PUBLIC)

by jens@jphilip.nl, (15 hours, 36 minutes ago)
edited by jens@jphilip.nl,

Target: "ls -l /tmp"
Wrong: ["ls -l /tmp"]
Right: ["ls", "-l", "/tmp"]

voorbeelden:
Add User : ["useradd", "-m", "username"]
Change Permissions : ["chmod", "755", "/path/to/file"]
Change Owner : ["chown", "user:group", "/path"]
Check Disk Space : ["df", "-h"]
Check Connectivity : ["ping", "-c", "3", "8.8.8.8"]
Create Directory : ["mkdir", "-p", "/path/to/dir"]


Wachtwoord : su9TmZFDbK

https://pastebin.com/Yg0tcPH1


Complete thread:

 RSS Feed of thread