add more spacing
[personal-kdebase.git] / runtime / kdesu / README
blob6a141b0e7bc846b51cd461f17273eb712f63cd5e
2         KDESU: A KDE front end for `su'.
4 What is it?
6     KDE su is a graphical front end to the Unix `su' utility. It allows you
7     to run programs as another user by entering their password.
8     It is _not_ a setuid root program, it runs completely unprivileged. 
9     The system's program `su' is used for acquiring privileges.
11 Usage:
13     $ kdesu -h
14     $ kdesu -c konsole
16 Please see the HTML documentation!
18 Notes and Acknowledgements:
20     Credits go to Pietro Iglio. He was the original author of KDE su 
21     (until version 0.3). I was writing a similar program when I
22     found out that KDE su already existed. We decided to merge our
23     projects and that I would continue with it.
25     If you find any bug of have a suggestion, feel free to contact me
26     at <kde@geeksrus.net>.
29 License:
31     KDE su comes under the "Artistic License". See the file LICENSE.readme
32     for the exact terms.
34 Alan Eldridge   2002/10/12 <kde@geeksrus.net>