Find Command
Find is the utility used in linux systems to find the files on the linux env easily in no time , The basic commands for find command is as follows :
Find files in the current directoy with name :
Find files in full filesystem or disk :
3 . Searching directory in the current path :
Searching files or directory owned by user of group
Filtering the results & errors from the find output
Find the files based on the permissions given on it :
Last updated