Get OS information in webhosting

PHOTO EMBED

Wed Sep 15 2021 13:58:09 GMT+0000 (Coordinated Universal Time)

Saved by @dphillips #typo3

# If php is installed

php -r "echo php_uname();"

# The option -r tells php to execute command from terminal.
content_copyCOPY