Sponsored Content
Top Forums Shell Programming and Scripting exec a build command (adduser) in a script Post 302344708 by chipcmc on Monday 17th of August 2009 11:12:23 AM
Old 08-17-2009
i found 2 ways,:

this i don't like so much
Code:
PART1="sudo adduser --uid 1010 --gid 1000 --home /homeL/guy --shell /bin/bash --gecos "
GECOS="ROUSSIN Guy"
PART3="--disabled-password guy"
${PART1} "$GECOS" $PART3

Code:
ADDUSER="sudo adduser --uid 1011 --gid 1000 --home /homeL/guy --shell /bin/bash --gecos \"ROUSSIN Guy\" --disabled-password guy2"
echo $ADDUSER >file_tmp.$$
sh file_tmp.$$
rm file_tmp.$$

 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Multiple exec command s in a script

Hi everyone, I've been racking my brains for ages on this and need your help/advice. I am writing a script that is reading in file to process and putting them into a temporary file. The loop starts and the script gets the first file name, does what i needs to do (copy it) and then returns to... (2 Replies)
Discussion started by: Angoss
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. Shell Programming and Scripting

Please help: Build a sed command and execute it in a script

I am using an array to store some data (keys e.g 47975081_1215781266128), it can be assumed that it is key to other data. I want extract data from a file based on a couple of keys (range) and store the resulting data in a variable using the following command: sed -n... (9 Replies)
Discussion started by: gugs
9 Replies

4. Shell Programming and Scripting

How to build a command in a script

Hi All I am trying to build a script that will take data from a tab separated file and use that to split up a quicktime file. So far the code is as follows #!/bin/sh #test parsing of data #fix excel file output returns cat $1 | tr "\r" "\n" > $1.fix printf "\n" >> $1.fix mv $1.fix $1 ... (3 Replies)
Discussion started by: babajuma
3 Replies

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

6. Shell Programming and Scripting

Script Variables Inquiry, Values Okay in Standalone Exec, No-Show in Cron Exec

I have the following bash script lines in a file named test.sh. #!/bin/bash # # Write Date to cron.log # echo "Begin SSI Load $(date +%d%b%y_%T)" # # Get the latest rates file for processing. # d=$(ls -tr /rms/data/ssi | grep -v "processed" | tail -n 1) filename=$d export filename... (3 Replies)
Discussion started by: ginowms
3 Replies

7. Shell Programming and Scripting

Use of exec command in a script

Guru's, I want to make a use of "exec" command in my script and want to check return code of executing script, but as you know exec command will terminate current processID and comeout and will trigger new one, i am unable to check return code of script and not able to run a scrpit after exec. ... (2 Replies)
Discussion started by: pawar.atul28
2 Replies

8. Shell Programming and Scripting

Build.xml invocation by Build Script

Hi I have a build.xml file and I can run it on Windows via cmd. Now I want to write a script to invoke the same. Is there a way to do this? (1 Reply)
Discussion started by: ankur328
1 Replies

9. Programming

Bash script - find command with delete and exec

hi all, i have devised a script that starts in /restored/ and in there, there are a lot of sub folders called peoples names and in the sub folders are files/folders and it deletes the data in the sub folders BUT not the sub folder itself and it should then touch a file in all the sub folders... (3 Replies)
Discussion started by: robertkwild
3 Replies

10. Programming

Script to monitor progress of find/exec command

hi all, i want to monitor the progress of a find and exec command, this is the code i use - find . -type f -exec md5sum {} \; >> /md5sums/file.txt this command works and produces a text file with all the md5sums but while running it doesnt show the progress is there anyway i can do this... (4 Replies)
Discussion started by: robertkwild
4 Replies
ADDUSER.CONF(5) 					      BSD File Formats Manual						   ADDUSER.CONF(5)

NAME
adduser.conf -- adduser(8) configuration file DESCRIPTION
The /etc/adduser.conf file is automatically generated by the adduser(8) utility when invoked with the -C command-line option. It is not meant to be edited by hand. The /etc/adduser.conf file is used to pre-set certain configuration options for the adduser(8) utility. When adduser(8) is invoked, it will check to see if this file exists, and if so, the configuration will be used or offered as the default settings. The adduser.conf file offers three types of configuration: o Default settings offered by adduser(8). These options are specified in the configuration file and offered as the default during every invocation of the adduser(8) utility. o Configuration options which can be set in adduser.conf, but overridden by passing a flag to adduser(8). o Configuration supported by adduser(8) but not offered by a flag or during initial invocation. In the first case, these options can be set in adduser.conf but will still be offered when adduser(8) is invoked. In the second case, adduser(8) will read the configuration data unless a flag has been passed to override it. For example, the defaultshell option. In the third case, the configuration will be utilized, but the user will never be prompted to modify the default setting by either a flag or an adduser(8) prompt. For example, the upwexpire setting. The following configuration options can be set in adduser.conf: defaultLgroup The default group new users will be added to. defaultclass The default class to place users in as described in login.conf(5). defaultgroups This option is used to specify what other groups the new account should be added to. passwdtype May be one of no, none, random, or yes, as described in adduser(8). As such, the text is not duplicated here and may be read in adduser(8). homeprefix The default home directory prefix, usually /home. defaultshell The user's default shell which may be any of the shells listed in shells(5). udotdir Defines the location of the default shell and environment configuration files. msgfile Location of the default new user message file. This message will be sent to all new users if specified here or at the adduser(8) prompt. disableflag The default message enclosed in brackets for the lock account prompt. upwexpire The default password expiration time. Format of the date is either a UNIX time in decimal, or a date in dd-mmm-yy[yy] format, where dd is the day, mmm is the month in either numeric or alphabetic format, and yy[yy] is either a two or four digit year. This option also accepts a relative date in the form of n[mhdwoy] where n is a decimal, octal (leading 0) or hexadecimal (leading 0x) digit followed by the number of Minutes, Hours, Days, Weeks, Months or Years from the cur- rent date at which the expiration time is to be set. uexpire The default account expire time. The format is similar to the upwexpire option. ugecos The default information to be held in the GECOS field of /etc/master.passwd. uidstart The default user ID setting. This must be a number above 1000 and fewer than 65534. EXAMPLES
The following is an example adduser.conf file created with the -C adduser(8) flag and modified. # Configuration file for adduser(8). # NOTE: only *some* variables are saved. # Last Modified on Fri Mar 30 14:04:05 EST 2004. defaultLgroup= defaultclass= defaultgroups= passwdtype=yes homeprefix=/home defaultshell=/bin/csh udotdir=/usr/share/skel msgfile=/etc/adduser.msg disableflag= upwexpire=91d # Expire passwords 91 days after creation. SEE ALSO
group(5), passwd(5), adduser(8), pw(8), rmuser(8) HISTORY
The adduser.conf manual page first appeared in FreeBSD 5.3. AUTHORS
This manual page was written by Tom Rhodes <trhodes@FreeBSD.org>. BUGS
The internal variables documented here may change without notice. Do not rely on them. To modify this file invoke adduser(8) with the -C option instead. BSD
April 12, 2007 BSD
All times are GMT -4. The time now is 10:47 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy