Page MenuHomePhabricator
Paste P9526

(An Untitled Masterwork)
ActivePublic

Authored by CDanis on Nov 4 2019, 7:39 PM.
Tags
None
Referenced Files
F30990067: raw.txt
Nov 4 2019, 7:39 PM
Subscribers
None
โœ”๏ธ cdanis@evebox ~ ๐Ÿ•โ˜• sudo fuser /var/log/syslog
/var/log/syslog: 844
โœ”๏ธ cdanis@evebox ~ ๐Ÿ•โ˜• sudo fuser /var/log/syslog | awk '{print $2}'
/var/log/syslog:
โœ”๏ธ cdanis@evebox ~ ๐Ÿ•โ˜• sudo fuser /var/log/syslog | awk '{print $1}'
/var/log/syslog:
844
โœ”๏ธ cdanis@evebox ~ ๐Ÿ•โ˜• sudo strace -ewrite fuser /var/log/syslog
write(2, "/var/log/syslog:", 16/var/log/syslog:) = 16
write(2, " ", 1 ) = 1
write(2, " ", 1 ) = 1
write(2, " ", 1 ) = 1
write(2, " ", 1 ) = 1
write(1, " 844", 6 844) = 6
write(2, "\n", 1
) = 1
+++ exited with 0 +++
โœ”๏ธ cdanis@evebox ~ ๐Ÿ•โ˜•