There was an error while loading. Please reload this page.
Welcome to the ark-server-tools wiki!
lsof: command not found
On CentOS/Fedora/Red Hat etc, lsof is located in /usr/bin. You need to specify it's path before running it as a non-root user:
$ /usr/sbin/lsof /path/to/some/file
On Debian based distros, the lsof package is not installed by default. You have to manually install it:
$ sudo apt-get install lsof