13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
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)
|