Changes between Version 4 and Version 5 of Csle2022/Agenda/linuxfilters
- Timestamp:
- Nov 29, 2022, 5:25:57 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/linuxfilters
v4 v5 4 4 5 5 The find command in UNIX is a command line utility for walking a file hierarchy. It can be used to find files and directories and perform subsequent operations on them. It supports searching by file, folder, name, creation date, modification date, owner and permissions. By using the ‘-exec’ other UNIX commands can be executed on files or folders found. 6 7 Sample file for testing > Download [https://docs.learn.ac.lk/index.php/s/2bsg9k4IJXZ9aHI] 6 8 7 9 `$ find [where to start searching from]` … … 199 201 200 202 203