HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: username and password
Operating System - HP-UX
1825766
Members
2068
Online
109687
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 03:17 PM
02-23-2007 03:17 PM
username and password
Hello, I used to have a tecport.info username and password but somehow they were deleted, I tried the number i had but it was not in service, does anyone know how i can obtain another one? Any help would be appreciated,
Thanks in advance,
Blake
Thanks in advance,
Blake
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2007 07:09 PM
02-23-2007 07:09 PM
Re: username and password
Blake,
If the user home directory exists its simple , just to create the user with useradd command with the same homedirectory.
Ex:
# useradd -u -d/home/tecport -s/usr/bin/sh -c "TCP User" -m tecport ; passwd techport
hth,
Raj.
If the user home directory exists its simple , just to create the user with useradd command with the same homedirectory.
Ex:
# useradd -u
hth,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:09 AM
02-26-2007 01:09 AM
Re: username and password
Blake;
u can re-create the same user id with same UID, and GID. e.g
#useradd -u -g -c "owner-name" -d -s /usr/bin/ksh
#passwd user-id
same for other user.
please check if user home directory is present.
Cheers;
Indrajit Roy
u can re-create the same user id with same UID, and GID. e.g
#useradd -u
#passwd user-id
same for other user.
please check if user home directory is present.
Cheers;
Indrajit Roy
Never Ever Give Up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2007 01:31 AM
02-26-2007 01:31 AM
Re: username and password
Hi Blake,
If you have deleted username & password,then you can add the user by useradd command: A user can be created using the useradd command; you have to specify the user (login) name at the command line to create a new user.
Syntax:
You can provide many options with the useradd command to customize the new user creation process.
# useradd -o -u 101
define the UID
#useradd -g users
Define primary groups
#useradd -G groupname
define secondary groups
#useradd -C â Comment"
define the comment field
#useradd -m -d /home/username
make a home directory for the user
#useradd -s /usr/bin/sh
define the default shell
#useradd -e 9/2/2007
define an account expiration date
#useradd username
define the username
A home directory will be created : /home/
It also copied the startup files from the /etc/skel directoy to the home directory.[ Now here you checked whether previous home dir exist or not]
Password : With password you can set the password for user account.
# passwd
Refer following documents :
http://docs.hp.com/en/B2355-90692/useradd.1M.html
http://docs.hp.com/en/5991-6480/ch04s02.html
Regards,
Reshma
If you have deleted username & password,then you can add the user by useradd command: A user can be created using the useradd command; you have to specify the user (login) name at the command line to create a new user.
Syntax:
You can provide many options with the useradd command to customize the new user creation process.
# useradd -o -u 101
define the UID
#useradd -g users
Define primary groups
#useradd -G groupname
define secondary groups
#useradd -C â Comment"
define the comment field
#useradd -m -d /home/username
make a home directory for the user
#useradd -s /usr/bin/sh
define the default shell
#useradd -e 9/2/2007
define an account expiration date
#useradd username
define the username
A home directory will be created : /home/
It also copied the startup files from the /etc/skel directoy to the home directory.[ Now here you checked whether previous home dir exist or not]
Password : With password you can set the password for user account.
# passwd
Refer following documents :
http://docs.hp.com/en/B2355-90692/useradd.1M.html
http://docs.hp.com/en/5991-6480/ch04s02.html
Regards,
Reshma
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Support
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP