Files
SCR/SCR1.2/TP09/réponses~

13 lines
179 B
Plaintext
Raw Normal View History

2024-09-10 15:13:11 +02:00
II)
1)
find -type f -name "[[digit:]]*" -max depth 4 -exec cp {}(lib/kernel/...)\;
2)
find -atime +30
3)
find -type d -mindepth 6 -name "[[:upper:]]*" -exec chmod 0700{}\;
4)