Sponsored Content
Top Forums UNIX for Dummies Questions & Answers create a user and how see your IPadress Post 25440 by auswipe on Tuesday 30th of July 2002 11:33:19 AM
Old 07-30-2002
Take a gander at `man adduser`.

To find your network settings (such as IP address) you can issue a `ifconfig -a` to see all interfaces and settings. If you know the interface name you can just issue a `ifconfig xl0` where xl0 is the first 3Com NIC in a system. Your network devices will most likely be different but `ifconfig -a` will list all network devices and their current configuration.
 

10 More Discussions You Might Find Interesting

1. UNIX Desktop Questions & Answers

Need to create a user...

who you can't log in as, but you can su over to them once you get on. I am aware of how to make a no login user by using /NOSHELL in the spot for the shell in the passwd file, but my question is if I do that and then get on the box as a user who I can log in as and "su -" over to the nologin... (5 Replies)
Discussion started by: New_Guru
5 Replies

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

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. HP-UX

create user

I need to create new user from the root.which command can i used ? (2 Replies)
Discussion started by: magasem
2 Replies

5. HP-UX

How to create a user in HP-UX

HI Guys, Can you help me creating a user account in a HP-UX server (3 Replies)
Discussion started by: Harikrishna
3 Replies

6. Solaris

how to create an user

hi can anyone help me out to create an user to access specific folder only. (5 Replies)
Discussion started by: aemunathan
5 Replies

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

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

9. Emergency UNIX and Linux Support

How to create user?

Hi, Quick question. How to create user in Unix after they login at the first time then they need to change password. Thanks in Advance :):) (5 Replies)
Discussion started by: justbow
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
asadmin-create-instance(1AS)											      asadmin-create-instance(1AS)

y"; "User Commands"

NAME
asadmin-create-instance, create-instance - creates an application server instance with the specified instance name SYNOPSIS
create-instance [--user admin_user] [-password admin_password] [--host localhost] [--port 4848] [--sysuser sys_user] [--domain domain_name] [--local=false] [--passwordfile filename] [--secure|-s]--instanceport instanceportinstance_name You can create a new instance on a local or remote machine. If on the remote machine an administration server is already running for the specified hostname, then the system defaults to the local hostname. To create the instance locally, not requiring the administration server to be up and running, specify the --local option. The named instance must not exist within that domain. OPTIONS
--user administrative user associated for the instance. --password administrative password corresponding to the administrative user. --host host name of the machine hosting the administrative instance. --port administrative port number associated with the administrative host. --sysuser owner of the domain directory. --domain name of the domain. --local determines if the command should delegate the request to administrative instance or run locally. --passwordfile file containing passwords appropriate for the command (e.g., administrative instance). --secure if true, uses SSL/TLS to communicate with the administrative instance. --instanceport port where the instance listens for requests. OPERANDS
instance_name name of the instance to be created. Example 1: Using create-instance in local mode asadmin> create-instance --domain domain1 --instanceport 8967 --sysuser adminuser server4 Created Instance server4 successfully Where: the server4 instance is created under the domain1 domain. Example 2: Using create-instance in remote mode asadmin> create-instance --sysuser adminuser --user admin --password adminadmin --host localhost --port 4848 --instanceport 8967 server4 Created Instance server4 successfully Where: the server4 instance is created on the remote server for the associated user, password, host, and port. EXIT STATUS
0 command executed successfully 1 error in executing the command INTERFACE EQUIVALENT
Application Server instances page asadmin-delete-instance(1AS), asadmin-start-instance(1AS), asadmin-stop-instance(1AS), asadmin-restart-instance(1AS) J2EE 1.4 SDK/refmiscinfo> March 2004 asadmin-create-instance(1AS)
All times are GMT -4. The time now is 07:52 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy