Logo 
Search:

Unix / Linux / Ubuntu Answers

Ask Question   UnAnswered
Home » Forum » Unix / Linux / Ubuntu       RSS Feeds
  on Dec 31 In Unix / Linux / Ubuntu Category.

  
Question Answered By: Adah Miller   on Dec 31

You need to experiment with using the find command and the perm
parameter from the root account, i.e. not user, but including group
and other, e.g. from the '/' directory execute:
# find . -perm 077 -print

I don't know if that will work, but you should read the man page for
the find command, and experiment in a new test directory and simply
touch new files into existence with different permissions between,
root, group, and other by using the chmod and chgrp commands to
permutate the different permissions of file combinations that can
exist - there aren't that many.

If you do that, I know you will be able to sort things out for yourself!

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on command needed Or get search suggestion and latest updates.


Tagged: