De acordo com o multitail
manual :
There are a few other options not fitting elsewhere, these are:
-f This makes MultiTail follow the file. In case the original file gets
renamed and a new file is created with the original filename, MultiTail
will start watching the file with the original filename (the one you
entered).
Para mim, isso implica que, por padrão, ele segue por inode
/ descritor de arquivo em vez de nome de arquivo.
Uma leitura superficial da fonte corrobora isso; em exec.c:79
, o follow_filename
var (definido em cmdline.c:889
ou ui.c:966
) define se o sinalizador de seguimento por nome de arquivo ( -F
, --follow=name
, etc.) é passado para tail
.