- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Disable and delete "ids" user
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
11-26-2009 07:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2009 07:29 AM
11-26-2009 07:29 AM
Re: Disable and delete "ids" user
Yes. See the manpages for 'userdel' and its options.
When you delete an account you may want to find any files owned by the account and transfer their ownership to another user. This can be done before or after the account has been deleted. For example, you might do:
# find / -user boza -exec ls -ld {} +
...or if user "boza" has already been deleted:
# find / -nouser -exec ls -ld {} +
See tha 'find' and the 'userdel' manpages for more information.
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2009 07:32 AM
11-26-2009 07:32 AM
Re: Disable and delete "ids" user
I get any problem when disable it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2009 07:39 AM
11-26-2009 07:39 AM
SolutionLog in to each agent host as root and start the idsagent program as the ids user. For more information, see â Starting HP-UX HIDS Agentsâ .
http://docs.hp.com/en/5900-0439/ch03s04.html
You will need to have this user enabled.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-27-2009 08:29 AM
11-27-2009 08:29 AM
Re: Disable and delete "ids" user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2009 01:09 PM
12-03-2009 01:09 PM
Re: Disable and delete "ids" user
I can change the name of the user ids?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2009 01:12 PM
12-03-2009 01:12 PM
Re: Disable and delete "ids" user
Does the ids user have a password, or is it a locked user?
# grep ids /etc/passwd
Robert-Jan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 01:21 AM
12-04-2009 01:21 AM
Re: Disable and delete "ids" user
No problem for change ids password.
My "ids" user:
System wide password aging is enabled.
User ids has 64 days left until password expires
User ids last changed the password on: Mon Nov 9 08:26:33 2009.
User ids - password will expire on: 2010 Feb 7.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-04-2009 10:48 AM
12-04-2009 10:48 AM