These are the commands I ran:
wget https://github.com/open-policy-agent/opa/releases/download/v0.38.1/opa_linux_amd64
chmod +x opa_linux_amd64
./opa_linux_amd64 run &
But when I hit enter again or run any other command the process is killed, what am I doing wrong?