Joã*_*ela 3 linux shell redirection
以下命令不起作用,因为提升的权限不适用于重定向。
sudo echo "myoutput" >> /etc/file_that_only_root_can_write
Run Code Online (Sandbox Code Playgroud)
怎么做到呢?
echo "myoutput" | sudo tee -a /etc/file_that_only_root_can_write
Run Code Online (Sandbox Code Playgroud)
归档时间: |
|
查看次数: |
433 次 |
最近记录: |