mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

11K
active users

Here is a #Linux or #Unix command to search the entire system for files with no group or user:
```
sudo find / -nogroup -o -nouser -print 2>/dev/null
```
See cyberciti.biz/faq/find-files-t for more info.

Nicola

@nixCraft Have you ever seen any? I can't think of a situation where it could happen, an inode has to have a uid and gid assigned, so it's going to be *something* surely?

@CryogenicIce9 it is useful when unauthorised files created by rooted servers. You can locate such files. Not finding anything is a good thing 😂