- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: No group/ no user ownership
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
10-17-2003 05:28 AM
10-17-2003 05:28 AM
No group/ no user ownership
1. They can be written to by anyone (open door for malicious code)
2. If they are critical files, some ownership should be established for accountability sake.
Anything else? Plese help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 05:42 AM
10-17-2003 05:42 AM
Re: No group/ no user ownership
find . -type f \( -nouser -o -nogroup \) -exec ll {} \;
Check what are those files. (file file_name or stings file)
If thay are unnecessary files you can just delete it. If those are of some use change the ownership.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 06:07 AM
10-17-2003 06:07 AM
Re: No group/ no user ownership
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 06:14 AM
10-17-2003 06:14 AM
Re: No group/ no user ownership
NO, it depends on the permissions on file. If it is wordwritable then anybody can write to it.
2. If they are critical files, some ownership should be established for accountability sake.
True. (Check what are those files and why these is no ownership)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 06:40 AM
10-17-2003 06:40 AM
Re: No group/ no user ownership
Now if you have a file like that, the permissions on the file still control who can / can't do things with the file. If the permissions do not allow anyone other than the owner to do something with the file, then that is still in effect even though the owner shows as a UID.
So, to your statement 1 -- That still depends entirely upon the permissions of the files.
To statement 2 -- Yes, *ALL* files should have some legitimate user / group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2003 01:25 PM
10-17-2003 01:25 PM
Re: No group/ no user ownership
Bill Hassell, sysadmin