apply for translation

This commit is contained in:
ChenYi 2018-01-13 21:01:50 +08:00 committed by GitHub
parent 9ff33728b0
commit d10a7b9fc0

View File

@ -1,3 +1,4 @@
translated by cyleft
How To Find Files Based On their Permissions
======
Finding files in Linux is not a big deal. There are plenty of free and open source graphical utilities available on the market. In my opinion, finding files from command line is much easier and faster. We already knew how to [**find and sort files based on access and modification date and time**][1]. Today, we will see how to find files based on their permissions in Unix-like operating systems.