<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><pre>Hi.

I have the following two files - does anybody have a clue<br>how they can be different?  Does Linux now maintain some state<br>about files on the filesystem other than what is configurable<br>with chmod?  Is there a mailing list where more obscure ubuntu<br>questions can be asked?<br><br>$ ls -l tcpdump $node/tcpdump<br>-rwsr-xr-x 1 root cts 760184 Mar  6 07:40 /home/cts/nodes/tcpdump<br>-rwsr-xr-x 1 root cts 760184 Mar  5 23:55 tcpdump<br><br>$ cmp tcpdump $node/tcpdump<br>$<br>
One works:

$ ~/nodes/tcpdump
<br>tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
listening on eth0, link-type EN10MB (Ethernet), capture size 96 bytes


One doesn't:

$ ./tcpdump
tcpdump: no suitable device found


I know that there are wonderous new things going into linux, so I tried this:

$ getcap
The program 'getcap' is currently not installed.  You can install it by typing:
sudo apt-get install libcap2-bin

<br>Thus, the "capabilities" tools, at any rate, are not installed<br>on the machine, and so are presumably not involved.<br><br>Thanks in advance for any help.<br><br>cts<br>
</pre></div></body></html>