poofyhairguy
May 13th, 2005, 04:47 AM
This was originally posted by
Sam (http://www.ubuntuforums.org/member.php?u=8058):
I made it adhear to the rules of the thread.
Just make a little script:
$ sudo gedit /usr/bin/change_password
Put these lines:
#! /bin/sh
passwd
echo -e \\nPress Enter to exit
read
Make this executable:
$ sudo chmod +x /usr/bin/change_password
Create a new launcher on a panel or a menu entry (use smeg (http://ubuntuforums.org/showthread.php?t=29732)). Don't forget to tell the launcher to run in terminal.
Sam (http://www.ubuntuforums.org/member.php?u=8058):
I made it adhear to the rules of the thread.
Just make a little script:
$ sudo gedit /usr/bin/change_password
Put these lines:
#! /bin/sh
passwd
echo -e \\nPress Enter to exit
read
Make this executable:
$ sudo chmod +x /usr/bin/change_password
Create a new launcher on a panel or a menu entry (use smeg (http://ubuntuforums.org/showthread.php?t=29732)). Don't forget to tell the launcher to run in terminal.