Changes between Version 4 and Version 5 of Csle2022/Agenda/linuxfilters


Ignore:
Timestamp:
Nov 29, 2022, 5:25:57 AM (17 months ago)
Author:
deepthi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/linuxfilters

    v4 v5  
    44
    55The 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
     7Sample file for testing > Download [https://docs.learn.ac.lk/index.php/s/2bsg9k4IJXZ9aHI]
    68
    79`$ find [where to start searching from]`
     
    199201
    200202
     203