- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- daemon files
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
01-11-2002 11:26 AM
01-11-2002 11:26 AM
daemon files
They are all -rw-------.
1 daemon other 0 Jan 11 14:26 baaa27825
1 daemon other 0 Jan 11 14:26 aaaa27823
1 daemon other 0 Jan 11 14:26 baaa27814
1 daemon other 0 Jan 11 14:26 aaaa27811
TIA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:28 AM
01-11-2002 11:28 AM
Re: daemon files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:30 AM
01-11-2002 11:30 AM
Re: daemon files
It should be from your lan card.
do a file on those file.
file baaa*
if it gives you ascii output then you can do a more on that file
more filename
It should give you some idea about what it contains.
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:34 AM
01-11-2002 11:34 AM
Re: daemon files
Check this out:
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=fb348c4e10a39380f5/screen=ckiDisplayDocument?docId=200000048595125
HTH,
Shiju
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 11:37 AM
01-11-2002 11:37 AM
Re: daemon files
HTH
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 12:19 PM
01-11-2002 12:19 PM
Re: daemon files
The files are all empty.
It looks like the pid number is part of the file name and the process that creates it is gone before I can see what it is.
So I did ps -aef over and over and found that they are created by sendmail. I now know the user and can look to see how he is using it.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2002 12:28 PM
01-11-2002 12:28 PM
Re: daemon files
I have files created by sendmail (0 bytes) in my server in the same directory. However, I used to clean these once in a while. The file name look like this - mailxAAAa26079.
Shiju