Warning, /plasma/kde-cli-tools/kdesu/README is written in an unsupported language. File is not indexed.
0001 0002 KDESU: A KDE front end for `su'. 0003 0004 What is it? 0005 0006 KDE su is a graphical front end to the Unix `su' utility. It allows you 0007 to run programs as another user by entering their password. 0008 It is _not_ a setuid root program, it runs completely unprivileged. 0009 The system's program `su' is used for acquiring privileges. 0010 0011 Usage: 0012 0013 $ kdesu -h 0014 $ kdesu -c konsole 0015 0016 Please see the HTML documentation! 0017 0018 Notes and Acknowledgements: 0019 0020 Credits go to Pietro Iglio. He was the original author of KDE su 0021 (until version 0.3). I was writing a similar program when I 0022 found out that KDE su already existed. We decided to merge our 0023 projects and that I would continue with it. 0024 0025 If you find any bug of have a suggestion, feel free to contact me 0026 at <kde@geeksrus.net>. 0027 0028 0029 License: 0030 0031 KDE su comes under the "Artistic License". See the file LICENSE.readme 0032 for the exact terms. 0033 0034 Alan Eldridge 2002/10/12 <kde@geeksrus.net>