Re: Hi, from my login i want to login as a other user ,

2005-11-10 Thread Ganesan Rajagopal
> sumi <[EMAIL PROTECTED]> writes: > Hi, i am very new to python , it is just 2 days i started reading abt > it. I did not understand the above statement. Just read the document at the URL given to you. > what i want to do is , i want to login as a super user eg : $su xyz , and > then i n

Re: Hi, from my login i want to login as a other user ,

2005-11-09 Thread Steve Holden
sumi wrote: > Hi, i am very new to python , it is just 2 days i started reading abt > it. I did not understand the above statement. what i want to do is , i > want to login as a super user eg : > $su xyz , and then i need to enter the passwd, i want to do these steps > using python , how can i do

Re: Hi, from my login i want to login as a other user ,

2005-11-09 Thread Steven D'Aprano
On Wed, 09 Nov 2005 04:01:00 -0800, sumi wrote: > Hi, i am very new to python , it is just 2 days i started reading abt > it. I did not understand the above statement. what i want to do is , i > want to login as a super user eg : > $su xyz , and then i need to enter the passwd, i want to do these

Re: Hi, from my login i want to login as a other user ,

2005-11-09 Thread Gerhard Häring
sumi wrote: > Hi, i am very new to python , it is just 2 days i started reading abt > it. I did not understand the above statement. what i want to do is , i > want to login as a super user eg : > $su xyz , and then i need to enter the passwd, i want to do these steps > using python , how can i do

Re: Hi, from my login i want to login as a other user ,

2005-11-09 Thread sumi
Hi, i am very new to python , it is just 2 days i started reading abt it. I did not understand the above statement. what i want to do is , i want to login as a super user eg : $su xyz , and then i need to enter the passwd, i want to do these steps using python , how can i do it?? -- http

Re: Hi, from my login i want to login as a other user ,

2005-11-09 Thread bruno at modulix
sumi wrote: > Hi, from my login i want to login as a other user , how can i do it > using python. http://www.catb.org/~esr/faqs/smart-questions.html -- bruno desthuilliers python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for p in &

Hi, from my login i want to login as a other user ,

2005-11-09 Thread sumi
Hi, from my login i want to login as a other user , how can i do it using python. -- http://mail.python.org/mailman/listinfo/python-list