[opensuse] kde application for 'id'

2007-03-27 Thread Richard Bos
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kde application for 'id'

2007-03-27 Thread Pascal Bleser
-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/
  /\\ [EMAIL PROTECTED]   [EMAIL PROTECTED]
 _\_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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kde application for 'id'

2007-03-27 Thread Richard Bos
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [opensuse] kde application for 'id'

2007-03-27 Thread Randall R Schulz
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]