56
9
The following behaves the same in Fedora and CentOS.
cd mydirectory
works.
cd notadirectory
works (gets an error from Bash).
However,
cd `
gives me some sort of prompt:
>
Nothing I've thought to enter gives any response, it merely heads to the next line to prompt again. I simply use CTRL+C to exit back to my root@localhost
.
What is the purpose of this and what can one do with it?
Thanks!
43
See What does ` (backquote/backtick) mean in commands?
– wjandrea – 2017-04-26T05:31:35.1276So your question is more about the
>
than about the backtick, since that can also occur in other situations – Tobias Kienzler – 2017-04-26T06:04:13.553