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 steps
> using python , how can i do it??????????

Type ctrl-d to exit Python, then at the command prompt, type su <enter>,
then type your root password.

Then, as root, type python <enter> at the command prompt.


-- 
Steven.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to