I was looking for a solution about a silent kill command and I successfully found the solution here , in the forum , by the command:
kill -9 "process_name" &> /dev/null
but , my question is:
What does " &> /dev/null " mean?
Any tips and advice will be appreciated!
Thank you