Sponsored Content
Operating Systems SCO Help adding user login in Unix Sco Post 302163208 by jgt on Thursday 31st of January 2008 09:43:58 AM
Old 01-31-2008
Run "scoadmin" at the prompt.
Select "Account Manager".
Everything is menu driven, but you should read the help to learn how to use the tab key, arrow keys, space bar and enter key.
 

10 More Discussions You Might Find Interesting

1. IP Networking

Adding a New IP Addresses to a SCO Unix Box

I tried the search and didn't come up with an answer to my question so I decided I'd post it.... How do you add a new IP address to a SCO Unix box? We're adding a router and I need to add the IP address to the UNIX box for the system to find it.. Thanks in Advance (1 Reply)
Discussion started by: dman110168
1 Replies

2. UNIX for Dummies Questions & Answers

Limit number of user accessing to SCO UNIX System

Hi, In my company, we are using SCO UNIX system and Informix database. Recently, there have been a lot of users accessing to server and sometimes it has made server run very slow. So, I intend to limit number of users of 30 only. Although I have tried to search on the Internet for several days,... (1 Reply)
Discussion started by: trinhnguyen
1 Replies

3. SCO

adding hard disk from SCO OpSer in SCO 5.06

Hi! Sorry, but I am'not spesialist in SCO OpenServer. I need to add hard disk from SCO Open Server ( "a") in my SCO OpenServer 5.6. I need data from "a". When I added, I see only swap disk, and didn't see root file system. I need to add IDE and SCSI Please, help me. How right to add disk?... (0 Replies)
Discussion started by: fedir
0 Replies

4. HP-UX

Hp-Unix user login file collection

Dear All, how to check the unix log file which mean how many(who) user has been log in the server for the day, when they log in & when they log out? (8 Replies)
Discussion started by: whl123
8 Replies

5. UNIX for Advanced & Expert Users

Unix user with root power problem in to login in putty

Hello, I created a user in my AIX 5.3 system and i modified /etc/passwd file in and assigned this user the uid=0 like root user. The problem is that when this user log into the system through putty it asks for root password instead of the user password. As a result of this, if i reset the... (4 Replies)
Discussion started by: omonoiatis9
4 Replies

6. UNIX for Dummies Questions & Answers

Adding a new user to Unix

Hi, I have my new Unix machine setup. Its just have one user root. I need to create a new user and add it to a group. I want this user to have privileges as root(run all command). I know i need to use useradd command for this.My question is: 1) To which group i should add my user? DO i need... (2 Replies)
Discussion started by: kailash19
2 Replies

7. UNIX for Dummies Questions & Answers

Unix user login class

Hello - Could anyone please explain what is login class in unix..? is it supported by Linux, AIX, HP-UX, Solaris? Also how do we update this when a user is created? I looked into man pages for useradd/usermod and mkuser, but could not find any option to add/update login class for a user. ... (5 Replies)
Discussion started by: manju--
5 Replies

8. UNIX for Advanced & Expert Users

Adding UNIX user to a group

Hi, I am new to unix. I am facing access permission issue I want to access path /app/compress from a user "test" but getting permission denied error This path exist in "Main" user So after some googling i came to know we need to add "test" user in "main" group so path /app/compress ... (7 Replies)
Discussion started by: sv0081493
7 Replies

9. UNIX for Advanced & Expert Users

Can adding to a new group be effective in current login environment without re-login?

Hey folks, When a user is added to a new group, the user has to be log out and log in again to make the new group effective. Is there any system command or technique to refresh user group ID update without re-login? I am not talking about to use "login" or "su -l" commands which can only make... (2 Replies)
Discussion started by: hce
2 Replies

10. Shell Programming and Scripting

How to enforce user to Enter text when login to a UNIX / Linux system?

Hi. I inject my tracklogin.sh script in the profile of each user. $ more .profile ./tracklogin.sh # This is the default standard profile provided to a user. MAIL=/usr/mail/${LOGNAME:?} bash-3.2$ more tracklogin.sh #!/bin/bash tdate=$(date +"%d%m%y") mkdir -p /tmp/root_log... (20 Replies)
Discussion started by: mohtashims
20 Replies
HTML::Widget::Element::Select(3pm)			User Contributed Perl Documentation			HTML::Widget::Element::Select(3pm)

NAME
HTML::Widget::Element::Select - Select Element SYNOPSIS
my $e = $widget->element( 'Select', 'foo' ); $e->comment('(Required)'); $e->label('Foo'); $e->size(23); $e->options( foo => 'Foo', bar => 'Bar' ); $e->selected(qw/foo bar/); $e->constrain_options(1); DESCRIPTION
Select Element. As of version 1.09, an In constraint is no longer automatically added to Select elements. Use "constrain_options" to provide this functionality. METHODS
comment Add a comment to this Element's label. label This label will be placed next to your Element. size If set to 1, the select element is displayed as a pop-up menu, otherwise the element is displayed as a list box, with the size determining the display height in rows. The default size is 1. multiple $widget->element( 'Select', 'foo' )->multiple( 1 ); If the multiple attribute is set, the select element is rendered as a list box, and the user may select multiple options. If the size is not set, the default size (height) is the number of elements. If the size is set to 1, the element is rendered as a pop-up menu. options A list of options in key => value format. Each key is the unique id of an option tag, and its corresponding value is the text displayed in the element. selected value A list of keys (unique option ids) which will be pre-set to "selected". Can also be addressed as value for consistency with the other elements "value" is an alias for "selected". constrain_options constrain_values If true, an In constraint will automatically be added to the widget, using the key names from "options". "constrain_values" is an alias for "constrain_options". retain_default If true, overrides the default behaviour, so that after a field is missing from the form submission, the xml output will contain the default value, rather than be empty. prepare process containerize SEE ALSO
HTML::Widget::Element AUTHOR
Sebastian Riedel, "sri@oook.de" LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Element::Select(3pm)
All times are GMT -4. The time now is 03:09 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy