Hey @MichaelZopes,
The Command Line live tool is essentially what it says on the tin, it'll execute commands on the device that you enter.
As the tool says:
On Windows, commands run as Administrator in C:\WINDOWS\System32\ (in most cases) and every command is prefixed by "cmd.exe /C". In Mac OS X, commands run as root in /
If you're having issues, you can use the Agent logs tool (which shows on the new version of the page) to check if the command you executed is listed there, e.g. here's the log of when I ran the ifconfig command:
2023-09-29 12:15:52.324431 [0x16ff83000]: TunClient::handle_request /run_command/1?
[[ifconfig]]
response: [[HTTP/1.1 200 OK
Content-Type: text/plain
Content-Length: 5074
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
options=1203<RXCSUM,TXCSUM,TXSTATUS,SW_TIMESTAMP>
...