I'm connecting to an EC2 instance from a remote machine via Java and Jsch. Once connected, I want to start a jboss server that sits in a directory owned and created by root. (I can't change that). Usually from my putty shell, I would start jboss by issuing the following commands:I'm connecting to an EC2 instance from a remote