thank you so much for your hint, massimo, but, i'm still confused about it, is there any documentation for that? i plan to make a form field for the parameter, and then after submit, it will execute the linux command.
On Wed, Jan 4, 2012 at 10:33 AM, Massimo Di Pierro < [email protected]> wrote: > os.system("ls -l > ls.log") > > or better subprocess.Popen(....) which allows to start a process in > one request, leave it running, capture the stdout and retrieve it > later in a different http request. > > Look how applications/admin/gae.py handles the GAE sdk > > On Jan 3, 9:04 pm, 黄祥 <[email protected]> wrote: > > hi, > > > > is it possbile to make web2py application to run linux command? i want to > > make a web application like cobbler web, web bacula base on web2py. > > > > thank you very much before

