Tagged Questions
4
votes
2answers
870 views
What does “pollsys” mean? Solaris “truss” output
> truss -p 6482
/2: pollsys(0xE517AD88, 1, 0xE517AE30, 0x00000000) = 0
/2: pollsys(0xE517AD88, 1, 0xE517AE30, 0x00000000) = 0
/2: pollsys(0xE517AD88, 1, 0xE517AE30, 0x00000000) = 0
...
2
votes
1answer
391 views
How to track file change
nsswitch.conf file always corrupts somehow. I do restore from my backup every time it corrupt.
When this file corrupts, its time stamp is changing. Now I wonder if there is a way to track that file ? ...