Last active
March 19, 2024 22:09
-
-
Save nicksan2c/d0a639b897d0cfb27ba140580844c837 to your computer and use it in GitHub Desktop.
top level synology directories
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
find / -mindepth 1 -maxdepth 1 -type d -not \( -path 'bin' -o -name 'boot' -o -name 'etc*' -o -name 'etc' -o -name 'initrd' -o -name 'mnt' -o -name 'root' -o -name 'tmp*' -o -name 'opt' -o -name 'lost+found' -o -name sys -o -name run -o -name var -o -name proc -o -name '.log.*' -o -name 'config' -o -name 'var*' -o -name '.old*' -o -name .syno -o -name .system_info -o -name dev -o -name usr -o -name home -o -name media -o -name srv \) -print | sort |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment