Linux Filesystem
uname
uname -a command provides system information about the machine's kernel, make, build and its architecture.

Proc files
The files inside the proc give more information about the running process on the host.
/proc/self/cmdline - revels the current process running on the system.
ref: htb backdoor