Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

supybot-adduser(1) [debian man page]

SUPYBOT-ADDUSER(1)					      General Commands Manual						SUPYBOT-ADDUSER(1)

NAME
supybot-adduser - Adds a user to a Supybot users.conf file SYNOPSIS
supybot-adduser [options] users.conf DESCRIPTION
supybot-adduser adds a user to the specified users.conf file. OPTIONS
--version Show version of program. -h, --help Show summary of options. -u NAME, --username=NAME Specifies the username to use for the new user. -p PASSWORD, --password=PASSWORD Specifies the password to use for the new user. -c CAPABILITY, --capability=CAPABILITY Capability the user should have; this option may be given multiple times. SEE ALSO
python(1), supybot(1), supybot-test(1), supybot-botchk(1), supybot-wizard(1), supybot-plugin-doc(1), supybot-plugin-create(1) AUTHOR
This manual page was originally written by James Vega <jamessan at supybot dot com>. Permission is granted to copy, distribute and/or mod- ify this document under the terms of the Supybot license, a BSD-style license. APRIL 2005 SUPYBOT-ADDUSER(1)

Check Out this Related Man Page

SUPYBOT-TEST(1) 					      General Commands Manual						   SUPYBOT-TEST(1)

NAME
supybot-test - Runs the test suite for a Supybot plugin SYNOPSIS
supybot-test [options] plugins DESCRIPTION
supybot-test Runs the test suite for a Supybot plugin OPTIONS
--version Show version of program. -h, --help Show summary of options. -c, --clean Cleans the various data/conf/logs directories before running tests. -t TIMEOUT, --timeout=TIMEOUT Specifies the timeout for tests to return responses. -v, --verbose Sets the verbose flag, logging extra information about each test that runs. --no-network Prevents the network-based tests from being run. --trace Traces all calls made. Unless you're really in a pinch, you probably shouldn't do this; it results in copious amounts of output. , --plugins-dir=PLUGINSDIR Looks in the given directory for plugins and loads the tests for all of them. SEE ALSO
python(1), supybot(1), supybot-botchk(1), supybot-wizard(1), supybot-adduser(1), supybot-plugin-doc(1), supybot-plugin-create(1) AUTHOR
This manual page was originally written by James Vega <jamessan at supybot dot com>. Permission is granted to copy, distribute and/or mod- ify this document under the terms of the Supybot license, a BSD-style license. OCTOBER 2005 SUPYBOT-TEST(1)
Man Page

5 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

which not working as expected

Hello. Consider the following magic words: # ls `which adduser` ls: /usr/sbin/adduser: No such file or directory # Hmmm... Then: # ls /usr/sbin/adduser /usr/sbin/adduser # Now what? Unforunately this little sniippet is used in my debian woody server's mysql pre install script.... (2 Replies)
Discussion started by: osee
2 Replies

2. Shell Programming and Scripting

question related to command "adduser"

Hello.. I dont know if i can ask this question in this session..if wrong please correct me.. This is my question.. When iam creating a user with command " adduser xxx" Where are the changes happening.. I know in /etc/passwd , /etc/shadow... in /home Is there any i missed.. please... (1 Reply)
Discussion started by: esham
1 Replies

3. HP-UX

create user problem

hello: before I am add user in Linux with " adduser" command . for example system(adduser zzf -p hello); and this command "-p" option is used to create "login password". now i do not find the "-p" option in " adduser " in hp unix os. and i should how to do ??? (3 Replies)
Discussion started by: phoenix_fei
3 Replies

4. Programming

adduser

Hi, Let me know any urls where i can get the source code for "adduser" program.. Please help.. esham (1 Reply)
Discussion started by: esham
1 Replies

5. Programming

How to create a new unix user in through a c program

Hi , I want to create a new user using c program not with unix adduser command . is it possible to write a cprogram to create a new user account , it should accept username , grouid , group name and all other privilages . i can use system calls inside c program to do this . i will... (5 Replies)
Discussion started by: naren_chella
5 Replies