fined command options Flashcards
1
Q
find
files/directories belonging to specified group
A
find group
2
Q
find
files/directories belonging to the specified user
A
find user
3
Q
find
files/directories newer than the indicated file
A
fined newer
4
Q
find
files/directories whose names match exactly (case included) to the indicated name
A
find name
5
Q
find
files/directories whose names match (case exclusive) the indicated name
A
find iname
6
Q
find
files/directories matching the indicated mod time (+n days old)
A
find mtime
7
Q
find
files/directories matching the indicated number of days since accessed
A
find atime
8
Q
find
files/directories matching the indicated number of day since last changed
A
find ctime