zhizunbao84 / mygitblog

People Die, but Long Live GitHub
MIT License
0 stars 0 forks source link

shell学习 #8

Open zhizunbao84 opened 2 years ago

zhizunbao84 commented 2 years ago

重定向提示权限不够

@Ubuntu:/home$ sudo cat test.txt > test2.txt
bash: test2.txt Permission denied

解决办法:sudo sh -c "sudo cat test.txt > test2.txt"

在脚本中免密码使用sudo