A text box will be used to capture the command. I\'ve been told that I have to use the exec() function to execute UNIX shell commands.
exec()
Something like th
exec(escapeshellarg($userSuppliedInput), $output); echo $output;