I am trying to execute simple system command via my servlet on google app engine. I'm not trying anything dangerous, just looking for simple stuff grep, sed, wget, find, etc.
Using java's Runtime class i keep getting access denied exceptions.
Do i have to get permission from google of some kind or are shell commands banned period?