For the command: /usr/bin/sh -c \"ls 1`\" (a backquote after 1).
How to make it run successfully? Adding a backslash before \"`\" does not work. ` is a special char
/usr/bin/sh -c "ls '1\`'"