Find Files with Different Owner and Group in Linux

--

In this video, using ls, stat, find and awk commands, files in the current directory are found and printed in two ways, which have different owner names (user names) and group names. For example, a file whose owner is user1 and whose group name is geek [ user1:geek].

--

--