Sponsored Content
Full Discussion: Adduser
Top Forums UNIX for Advanced & Expert Users Adduser Post 302976366 by rbatte1 on Tuesday 28th of June 2016 04:39:57 PM
Old 06-28-2016
Hello rezasadeghi,

I have a few to questions pose in response first:-
  • What OS and version are you using?
  • Is adduser an OS command or in in-house script that calls useradd?


We're all here to learn and getting the relevant information will help us all.


Kind regards,
Robin
 

8 More Discussions You Might Find Interesting

1. 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

2. 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

3. Shell Programming and Scripting

shell script for nessus-adduser

I took a stab at writing a script to automate the interactive process of adding users to Nessus - I have zero previous coding experience. So far, it doesn't get me anywhere. I took small sections of code from posts I found on this site and others:... (1 Reply)
Discussion started by: nolamiami
1 Replies

4. Shell Programming and Scripting

exec a build command (adduser) in a script

Hi, With a awk script i create a "adduser line" $ cat /tmp/tmp.ldif | awk -f ldif2adduser.awk adduser --uid 1002 --gid 1000 --gecos "ROUSSIN Guy" --home /homeL/guy --shell /bin/bash --disabled-password guy If i cut and paste this line, all is fine. But in a shell script i get errors : ... (2 Replies)
Discussion started by: guyr
2 Replies

5. Shell Programming and Scripting

How to automate adduser on FreeBSD?

After just posting a query on beginners@perl.org inquiring about the perl API for automating useradd/userdel/usermod on FreeBSD, I got to thinking: Maybe perl is not the best approach to automating useradd/usermod/userdel. We have a list of users from a windows system and we want to run a... (5 Replies)
Discussion started by: siegfried
5 Replies

6. Red Hat

Adduser -> Access denied

hi, I have a problem with any user i created on a linux server RH. With the user root i did: adduser toto passwd toto (to give it a password - message : "all authentication tokens updated successfully") I can do a "su - toto", but when I try to connect it directly by ssh i have the message... (3 Replies)
Discussion started by: Castelior
3 Replies

7. Solaris

Solaris 10 adduser

Brain teaser, I was given the task below. I believe the consultant runs software on his laptop that probes our QA tier web servers for xxx The two web servers are xxx I attempt useradd command on XXX which seems to work, but when I attempt to assign a pwd, the OS denies it and says user... (1 Reply)
Discussion started by: yellow_mustard
1 Replies

8. UNIX for Dummies Questions & Answers

Adduser or useradd

I am just wondering why there are two similar commands for creating a user. Could you please point me when I should choose adduser and when useradd? This puzzles me a little. Thanks, Panos (6 Replies)
Discussion started by: Zeldforged
6 Replies
AuScanForTypedEvent(3)					     Library Functions Manual					    AuScanForTypedEvent(3)

Name
       AuScanForTypedEvent - return the first event of a specific type

Synopsis
       #include <audio/audiolib.h>

       AuBool AuScanForTypedEvent(server, mode, dequeue, type, event)
	   AuServer *server;
	   int mode;
	   AuBool dequeue;
	   int type;
	   AuEvent *event; /* RETURN */

Arguments
       server	 Specifies the connection to the audio server.

       mode	 Specifies how far to look for a match.  This should be one of these constants: AuEventsQueuedAlready, AuEventsQueuedAfterReading,
		 or AuEventsQueuedAfterFlush.

       dequeue	 Specifies if a matching event is found, should it be removed from the queue.

       type	 Specifies the type of event to match.	The type should be one of these  constants:  AuEventTypeElementNotify,	AuEventTypeGrabNo-
		 tify, or AuEventTypeMonitorNotify.

       event	 Returns the matching event if found.

Description
       AuScanForTypedEvent  scans the event queue looking for the first event that matches type.  If mode is AuEventsQueuedAlready, AuScanForType-
       dEvent only checks for events already in the queue.  If mode is AuEventsQueuedAfterReading, and a matching event isn't found already in the
       queue,  AuScanForTypedEvent  attempts  to  read more events out of the application's connection.  If mode is AuEventsQueuedAfterFlush and a
       matching event isn't already in the queue or isn't waiting to be read, AuScanForTypedEvent flushes the output queue and	attempts  to  read
       more events out of the application's connection.  If dequeue is AuTrue, and a matching event is found, it is removed from the queue.

See Also
       AuEventsQueued, AuScanEvents, AuNextEvent.

       audiolib - Network Audio System C Language Interface

audiolib - event handling					       1.9.3						    AuScanForTypedEvent(3)
All times are GMT -4. The time now is 08:40 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy