I want to remove echo
command (which is located in /bin/echo
), but the command echo still work as normal. When I use which
command, it confirm that echo
was removed
/usr/bin/which: no echo in (/usr/lib64/qt-3.3/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Do you know what's happening