russalo
@blog
posts
tags
search
rss
subscribe
resources
sign in
russalo
@blog
~ %
ls -t posts/ | grep "#filesystems"
#filesystems
1 published post
Jun 14, 2026
Move a Live Log Without Losing a Line
You can relocate a file a process is actively writing — even the log of the session doing the moving — without dropping a byte. One Unix fact makes it safe: an open file descriptor is bound to the inode, not the path.
devops
·
filesystems
·
linux
·
sysadmin
·
unix
russalo
@blog
~ %
cd ..