Solaris User Accounts


 
Thread Tools Search this Thread
Operating Systems Solaris Solaris User Accounts
# 1  
Old 08-26-2011
Solaris User Accounts

Hi,
Can you please tell me how to know the number of user account limit in solrise 5 version.Is there any cmd to see how many max user acc can be created.

Thanks in advance
# 2  
Old 08-26-2011
Not sure what "solrise 5" is. If you provide the output of
Code:
uname -a

I am sure somebody will be able to tell you the answer.

As far as I know, there is no command on Solaris to tell you the maximum number of user accounts you can create.
# 3  
Old 08-26-2011
Code:
grep MAXUID /usr/include/sys/param.h

Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. OS X (Apple)

Thunderbird user accounts

Hi All I am trying to find a way to set-up a thunderbird account by using a script, i have been trying to to add the lines into the pref.js file but it keeps getting overwritten any help would be great thanks Adam (0 Replies)
Discussion started by: ab52
0 Replies

2. Solaris

Help with user accounts

Hi All, How to know all the shells a user has access. Thank you . (0 Replies)
Discussion started by: rama krishna
0 Replies

3. UNIX for Dummies Questions & Answers

Difference between : Locked User Account & Disabled User Accounts in Linux ?

Thanks AVKlinux (3 Replies)
Discussion started by: avklinux
3 Replies

4. UNIX for Dummies Questions & Answers

single user mode - user accounts passwords

hello ppl, someone must be able to help with this --> I have an old NCR tower 32 with an ADDS terminal running a unix version 020102 (Im not sure if thats correct but its unix for sure). I have no user names and no passwords and need to login to read a tape. Is there any way to do that? I hear... (3 Replies)
Discussion started by: orestis
3 Replies

5. Solaris

User accounts related in solaris

Hi, I am in the process of preparing some reports. Could you please help me by giving commands for 1) how to check whether the user is local or remote 2) to check the status of the account 3) Whether cron is enable for the users. I dont have root access to the mechine. Quick help... (0 Replies)
Discussion started by: Hemanth_gp
0 Replies

6. Solaris

User accounts management in solaris

I want to know about how to start and kill the process of other unix user. Do I need to change the owner or modify user account itself. ??? (1 Reply)
Discussion started by: vikasdeshmukh
1 Replies

7. UNIX for Dummies Questions & Answers

User Accounts

Hi, I was wondering if someone could tell me how to display a list of all existing user accounts on the system, not neccesarily looged in. Thanks in advance Stephen (3 Replies)
Discussion started by: sroberts82
3 Replies

8. UNIX for Dummies Questions & Answers

Help with user accounts

I have a root access to a UNIX system. I want to create another account with administrative permissions (create users, delete them, manage print and system configuration), how do I do that? I have a Solaris 9 (SunOS 5.9) installed. Please help. :o (3 Replies)
Discussion started by: neked
3 Replies

9. Shell Programming and Scripting

User Accounts

I have found a script to create user accounts. But there are a few lines i dont understand. Can someone help me with this? Here's the code: ###################################### while ; do ACCT=${USER_ACCT}${START} START=`expr $START + 1` START=`echo ${START} | awk... (3 Replies)
Discussion started by: Sensor
3 Replies
Login or Register to Ask a Question