I'm currently working on a project where some install script of some other teams are creating a lot of files/scripts and others various stuff in a folder located in /
. eg: /installfolder
Is that considered bad practice ? Wouldn't be better to store everything in /opt/lovelyfolder
instead ?
That would not be in line with the Filesystem Hierarchy Standard:
The correct place for add-on applications is
/opt/<provider>
: