freebsd10

  1. G

    FreeBSD 11 not showing RX,TX packets and counts using ifconfig/getifaddrs

    I am having a FreeBSD 11 system in which I get the following output for ifconfig command lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384 options=600003<RXCSUM,TXCSUM,RXCSUM_IPV6,TXCSUM_IPV6> inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x1...
  2. M

    C read mtime of a text file from application

    I was wondering if it's possible to read the editing time of a specific text file in the system from an application software, particularly in C. The idea is to read a text file one it has been edited by an external application. Thanks!
Back
Top