/ Published in: Bash
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# get sys infos uname -a # look for some file with release find /etc -iname *release* # cat them to find more