I need to write a command pipeline that will show all non-hidden files that have read permissions for all users.
I dont know why this wouldn’t work:
find * -perm a=r -print
I get no output and am not sure where I am going wrong. Please Help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You need to specify it as:
Note the dash in front of a.