scr
This commit is contained in:
19
SCR1.2/TP09/réponses
Normal file
19
SCR1.2/TP09/réponses
Normal file
@@ -0,0 +1,19 @@
|
||||
II)
|
||||
1)
|
||||
find -type f -name "[[digit:]]*" -max depth 4 -exec cp {}(lib/kernel/...)\;
|
||||
|
||||
2)
|
||||
find -amin +30
|
||||
|
||||
3)
|
||||
find -type d -mindepth 6 -name "[[:upper:]]*" -exec chmod 0700{}\;
|
||||
|
||||
4)
|
||||
find -cmin +15
|
||||
|
||||
III)
|
||||
1)
|
||||
find / -name "*.h" -print -quit 2>/dev/null
|
||||
|
||||
2)
|
||||
find ~ -newer ../TRee/lib/auth/transm.d -PRINTF "%p -- %t \n"
|
||||
Reference in New Issue
Block a user