linux - Bash: How to list only files with read permissions? -
this question has answer here:
- find writable files in current directory 10 answers
how can list files read permissions on current directory ?
find -maxdepth 1 -type f -perm xxx
where xxx indicate file permission on targer file, according question.
Comments
Post a Comment