我遇到了以下命令:
sudo chown `id -u` /somedir
我想知道:`符号的含义是什么。例如,我注意到虽然上面的命令运行良好,但下面的命令却没有:
`
sudo chown 'id -u' /somedir
shell quoting
quoting ×1
shell ×1