Results 1 to 4 of 4
Hi everyone
I would like to attempt to develop a very simple software with a GUI that will enable me to add users to the system. I'm going to use ...
- 08-26-2009 #1Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
software
Hi everyone
I would like to attempt to develop a very simple software with a GUI that will enable me to add users to the system. I'm going to use perl to do that.
I have never done this before so can anyone give me a few web links/tutorials/suggestions on how I can do something like that, please? My web search didn't give me anything good because I guess I am not searching it correctly.
Any thoughts/suggestions please?One Love!!!
- 08-26-2009 #2
Write a wrapper for the adduser program or look what it does and translate it to perl.
Debian GNU/Linux -- You know you want it.
- 08-26-2009 #3Linux User
- Join Date
- Jul 2007
- Location
- Greece
- Posts
- 277
Thanks for you reply.
But how can I see, how the adduser program works or what it does?One Love!!!
- 08-26-2009 #4
Most programs come bundled with a descriptive short text called a man page.
Type "man man", then "man intro".Debian GNU/Linux -- You know you want it.


Reply With Quote