Home > OS >  Linux mask internal commands
Linux mask internal commands

Time:11-12

In CSH mode how to shield the internal command in the CSH (kill) for great god answer?

CodePudding user response:

Alias kill='echo "- bash: kill: command not found"'
  • Related