Can we delete the /bin folder in /usr directory in linux.
O usuário privilegiado pode excluir a pasta /bin
what are its consiquences?
Uma resposta de: Hierarquia do sistema de arquivos do Linux
The
bin
directory contains several useful commands that are of use to both the system administrator as well as non-privileged users. It usually contains the shells like bash, csh, etc.... and commonly used commands like cp, mv, rm, cat, ls. For this reason and in contrast to/usr/bin
, the binaries in this directory are considered to be essential. The reason for this is that it contains essential system programs that must be available even if only the partition containing / is mounted. This situation may arise should you need to repair other partitions but have no access to shared directories (ie. you are in single user mode and hence have no network access). It also contains programs which boot scripts may depend on.