Set sticky bit permission using bash script

后端 未结 0 804
隐瞒了意图╮
隐瞒了意图╮ 2021-01-12 14:47

Can anyone guide, how to implement this linux command into a bash script

df --local -P | awk {\'if (NR!=1) print $6\'} | xargs -I \'{}\' find \'{}\' -xdev -ty         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题