- find /etc -not -user root -type f 2>/dev/null
- find /etc ! -user root -type f 2>/dev/null
若是要找/etc下不屬於root且也不是檔案,那就要用:
- find /etc -not -user root -not -type f 2>/dev/null
- find /etc ! -user root ! -type f 2>/dev/null
參考資料
- 用find找檔案:簡介find可以哪些屬性來找檔案
- Find command: Exclude or Ignore Files (e.g. Ignore All Hidden .dot Files )
沒有留言:
張貼留言