Official Ready Discussion

@UVision said:

@TazWake Indeed not, is there a good command for that ? All commands founded on the web doesn’t work for me.

Well, there is but it would be insanely noisy as you can look at most files on the OS. Simply searching for readable files is easy but I don’t know how you would narrow down the output. You could try something like:
find / -type f -perm -a+w 2>/dev/null
but it might need some tweaking.

Manual enumeration is more effective.

If you look in / there is a folder for things people can decide if they want or don’t want to install. In there is a folder which is probably not present on your own Linux system. It is worth looking in there.