Intercept and prevent command from running in bash – Magento
Is it possible to intercept all commands in bash and the prevent some of the from executing? Like with 'trap' command, only disallow to execute the command further. I'm a web developer and currently working on a small project/script that…