/ Published in: Bash
Expand |
Embed | Plain Text
# get sys infos uname -a # look for some file with release find /etc -iname *release* # cat them to find more
You need to login to post a comment.
# get sys infos uname -a # look for some file with release find /etc -iname *release* # cat them to find more
You need to login to post a comment.