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
06-11-2002 06:37 AM
06-11-2002 06:37 AM
UID
I am running a script in an NIS environment which would create a user with a uid 9902(hardcoded). Now to install this code into the production box, we found that the box already has this uid(9902). I would like to know what would be the impact of modifying the uid now and how? Please advise.
Thanks
Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:41 AM
06-11-2002 06:41 AM
Re: UID
If U change the UID of an existing user, It affect's his file permissions and owner ships. Better U duplicate the UID or go for a new UID.
Best of luck
Shahul
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:46 AM
06-11-2002 06:46 AM
Re: UID
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:46 AM
06-11-2002 06:46 AM
Re: UID
If you change the uID now then the user cannot aceess the files which were created using the old UID, file permissions are changed.
So you should be very careful before changing the UID.
Piyush
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 06:51 AM
06-11-2002 06:51 AM
Re: UID
You can also give a simple id command to verify waht the id is , though it is suppose to eb unique but if u ahve two user ahving sam uid then there can problems for all teh coomand related to the access , previlages where the OS cehcks for the id apart from the permisiions and acces for the files too.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:00 AM
06-11-2002 07:00 AM
Re: UID
Whilst duplicate UID can be set up it can cause major problems and is highly inadvisable.
A quick and dirty check on files/ dirs owned by 9902 is :-
ll -R | awk '{print $3,$4,$9}' | grep 9902
Run it from root dir as root for a full check.
If a file has 9902 in its name then this will be collected as well.
Paula
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2002 07:42 AM
06-11-2002 07:42 AM