- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Gathering Information
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
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
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
01-07-2003 07:00 AM
01-07-2003 07:00 AM
1. Listing of all directories without ???sticky-bit???.
2. Listing of all root owned files.
3. Listing of all world writeable directories.
4. Listing of all user directories writeable by others.
It would be great if somebody could point me in the right direction to find this information.
Thanks
BPB
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 07:03 AM
01-07-2003 07:03 AM
Re: Gathering Information
man find
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 07:08 AM
01-07-2003 07:08 AM
Re: Gathering Information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 07:08 AM
01-07-2003 07:08 AM
Re: Gathering Information
Find is correct,check it and
http://www.introcomp.co.uk/hpux/index.html
Will give good example scripts for all sorts of things
Regards
Steve Steel
Quote of the moment
-------------------
"We are drowning in information but starved for knowledge."
-- John Naisbitt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 07:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2003 07:14 AM
01-07-2003 07:14 AM
Re: Gathering Information
2. find / -type f -user root
3. find / -type d -002
4. same as 3
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 02:28 AM
01-08-2003 02:28 AM
Re: Gathering Information
where may I find this IDS/9000 Software?
Thanks
J??rg
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 02:50 AM
01-08-2003 02:50 AM
Re: Gathering Information
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2003 05:43 AM
01-08-2003 05:43 AM
Re: Gathering Information
I recently went through a systems audit where such things were requested. Iteratively with minor variations. Over and over.
I finally persuaded the auditors to let me give them a "find / -print|xargs ls -ld" output for them to "grep" on. The finds were killing my servers.