Find files having permissions 644 in Linux


April 20th, 2008

If you want to find files having permissions 644 under any particular directory, the find command will help to achieve this. For example you have 1000 files under on your cPanel dedicated server under a user called “support”.

Use the following commands:

root@server# cd /home/support/public_html

root@server# find . -type f -perm 644

I hope you see all the files having the permissions 644 now.

This article is released by SupportFacility.Com — the leaders in providing outsourced technical support, live chat support & help desk support for web hosts. Interested ? Opt for a trial now.


No Comments »

No comments yet.

RSS feed for comments on this post. TrackBack URL

Leave a comment