Sponsored Content
Full Discussion: create New UNIX User
Top Forums UNIX for Dummies Questions & Answers create New UNIX User Post 302127710 by Asteroid on Thursday 19th of July 2007 07:45:13 AM
Old 07-19-2007
create New UNIX User

Hi all,

I wish to create some users, I can do that using the following command.
Code:
useradd

I wonder If i could create Uers as a clone of Root. I mean different users but having the same provileages as Root user. Can be ablle to access the Root Dir and so on ..

Please help me out Is this possible. ?? If yes How can I do that.
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Other than root user .Normal user is unable to create files

Hi all, I am using Sun Solaris 9 .In this system normal users unable to create files from the command line.I added these users in bin,adm and even root group i found them unable to create a file. (1 Reply)
Discussion started by: mallesh
1 Replies

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

3. UNIX for Dummies Questions & Answers

I create user but i cant login the user i created.

I created a user, i login as a root. I add him in the group where he can access and login as a root! I checked it in users' list and in group's list, he is there. My problem is this, I cant login using the username/account I just created! What should i do to use and login the user/account i've just... (5 Replies)
Discussion started by: jerome
5 Replies

4. Shell Programming and Scripting

Create Unix User

Is there any way to create user with default password by shell script withoud manual intervantion and from a text file having user's information and default password. Thanks (6 Replies)
Discussion started by: wenay
6 Replies

5. UNIX for Dummies Questions & Answers

create new user in unix

hi how to create new user in unix plz explain me (3 Replies)
Discussion started by: arulkumar
3 Replies

6. Ubuntu

Create New User with the same group nd privileges of the other user

Hi, Anyone can help me on how to duplicate privileges and group for useroradb01 to userrootdb01. I have currently using "useroradb01" and create a newly user "userrootdb01". I want both in the sames privileges and group. Please see the existing users list below; drwxr-xr-x 53 useroradb01... (0 Replies)
Discussion started by: fspalero
0 Replies

7. Homework & Coursework Questions

Create script to add user and create directory

first off let me introduce myself. My name is Eric and I am new to linux, I am taking an advanced linux administration class and we are tasked with creating a script to add new users that anyone can run, has to check for the existence of a directory. if the directory does not exist then it has... (12 Replies)
Discussion started by: pbhound
12 Replies

8. Shell Programming and Scripting

New To UNIX - Need Script to create report of user & group accounts

Hi, I'm new to the world of UNIX and have been asked to create a complex script (at least complex to me:confused:) for AIX UNIX to create a report of all the users on the server including server, user, UID, groups, GID, etc. Found a script using lsuser, but the output is still lacking. 2 things I... (2 Replies)
Discussion started by: panthur
2 Replies

9. HP-UX

How to create a user in UNIX with some limited permissions?

As i know, Unix or Linux only manages 2 type of user: root user or normal user. All users with userID=0 will have all administration permissions like root user with the system. In my case, i want to create a new user in HP-UNIX environment with all root permissions only one exception that this... (5 Replies)
Discussion started by: hieucn1404
5 Replies

10. Shell Programming and Scripting

Find if a User exist if not create user

What I'm trying to do is write a script in Perl to find a user and if that user exist it would print "User Exist, Pls Try Again". If The user doesn't exist I'm able to create a user with a password. Any suggestions? (3 Replies)
Discussion started by: GoBoyGo
3 Replies
FS_NEWALIAS(1)						       AFS Command Reference						    FS_NEWALIAS(1)

NAME
       fs_newalias - Creates a new alias for a cell

SYNOPSIS
       fs newalias [-alias] <alias name>
	   [-name] <cell name> [-help]

DESCRIPTION
       The fs newalias command is used when the AFS Cache Manager is in Dynamic Root (-dynroot) mode. It creates a symbolic link in /afs from an
       alias to the full name of the cell. It also creates a symbolic link from the alias prepended with "." to the full name of the cell
       prepended with ".", the convention for access to the read/write version of the "root.cell" volume of that cell.

       This command is used to supplement aliases created via the CellAlias configuration file when afsd starts.

       Traditionally, these aliases would be created by the local AFS administrator by creating symbolic links in the "root.afs" volume. Such
       symlinks do not appear when Dynamic Root is enabled because, with Dynamic Root, the Cache Manager does not mount or look at the "root.afs"
       volume. This alias capability is a replacement that allows such short names to be created under client control.

CAUTIONS
       Aliases created with fs newcell are only temporary and will be lost when the AFS Cache Manager is restarted or the client machine is
       rebooted. In order to make the alias permanent, it must be put into the CellAlias file.

       There is no way to remove an alias once created without restarting the AFS Cache Manager.

OPTIONS
       -alias <alias name>
	   This is the short name to which the user wants to map the real cell name.

       -name <cell name>
	   This is the real cell name.

       -help
	   Prints the online help for this command. All other valid options are ignored.

OUTPUT
       This command has no output.

EXAMPLES
       There are two ways to call fs newalias:

	  % fs newalias openafs openafs.org
	  % fs newalias -alias openafs -name openafs.org

       Both of the above examples create an alias "openafs" for the cell "openafs.org". Two links will be created in /afs:

	  /afs/openafs	 ->  /afs/openafs.org
	  /afs/.openafs  ->  /afs/.openafs.org

PRIVILEGE REQUIRED
       The issuer must be logged in as the local superuser root.

SEE ALSO
       afsd(8), CellAlias(5), fs_listaliases(1)

COPYRIGHT
       Copyright 2007 Jason Edgecombe <jason@rampaginggeek.com>

       This documentation is covered by the BSD License as written in the doc/LICENSE file. This man page was written by Jason Edgecombe for
       OpenAFS.

OpenAFS 							    2012-03-26							    FS_NEWALIAS(1)
All times are GMT -4. The time now is 05:30 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy