how to invoke the shell command and then get the result in python
petercable at gmail.com
petercable at gmail.com
Tue Dec 5 21:44:14 EST 2006
More information about the Python-list mailing list
Tue Dec 5 21:44:14 EST 2006
- Previous message (by thread): how to invoke the shell command and then get the result in python
- Next message (by thread): how to invoke the shell command and then get the result in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Nick Craig-Wood wrote: > > What if I entered "; rm -rf * ;" as my pattern? > Assuming the script isn't setuid, this would do no more damage than the user could do directly on the command line. I agree, when dealing with web applications or setuid programs, direct shell access isn't a good idea. Pete
- Previous message (by thread): how to invoke the shell command and then get the result in python
- Next message (by thread): how to invoke the shell command and then get the result in python
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list