Browse Source

find 3

master
zeus 4 years ago
parent
commit
806f21df65
  1. 2
      find/1_Find_with_permission/code

2
find/1_Find_with_permission/code

@ -1,6 +1,6 @@
echo "Files With 777 Permissions" echo "Files With 777 Permissions"
find /usr -type f -perm 0777 find / -type f -perm 0777
echo "Files without 777 Permissions" echo "Files without 777 Permissions"

Loading…
Cancel
Save