W celu sprawdzenie czego dotyczą parametry Modify, Change oraz Links w i-węźle należy wykonać następujące komendy:
# cp /etc/hosts .; stat hosts
# chmod 700 hosts; stat hosts
# cat /etc/hosts >> hosts ; stat hosts
# ln hosts h1; stat hosts
# ln hosts h2; stat hosts
# ls -i
# ln -s hosts s1; stat hosts
# ls -i