[opensuse] kde application for 'id'
Is there a kde application that shows the group member ship of a user. Something similar to 'id' but than for kde; 'kid' ;) A user should be able to figure out his or her group member ship to know how to set permissions on file for sharing. istn't...? -- Richard Bos Without a home the journey is endless -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Richard Bos wrote:
Is there a kde application that shows the group member ship of a user. Something similar to 'id' but than for kde; 'kid' ;)
A user should be able to figure out his or her group member ship to know how to set permissions on file for sharing. istn't...?
kdialog --msgbox "$(id)" ;) - -- -o) Pascal Bleser http://linux01.gwdg.de/~pbleser/ /\\ <pascal.bleser@skynet.be> <guru@unixtech.be> _\_v The more things change, the more they stay insane. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (GNU/Linux) iD8DBQFGCYPdr3NMWliFcXcRAqZEAJ436bnxhRNR1PTr4UD5nDmskC7CAQCdFKXk 5hwyDd3FWG+7AahdHusAW9c= =dnti -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Op Tuesday 27 March 2007 22:51:41 schreef Pascal Bleser:
kdialog --msgbox "$(id)"
And save it as "kid" in /opt/kde3/bin :)) -- Richard Bos Without a home the journey is endless -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Tuesday 27 March 2007 14:28, Richard Bos wrote:
Op Tuesday 27 March 2007 22:51:41 schreef Pascal Bleser:
kdialog --msgbox "$(id)"
And save it as "kid" in /opt/kde3/bin :))
Well, if you're realling going to use this, that is, type a command to display a dialog box so as to get a "GUI," then you might want to make it a bit more readable: kdialog --msgbox "$(id |tr ' ' '\n')"
-- Richard Bos
Randall Schulz -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (3)
-
Pascal Bleser
-
Randall R Schulz
-
Richard Bos