Hi,<br>I've been asked to check permissions on system directories and files using the follwoing command:<br><br># find / -perm -002 -type f -print<br><br>output of this command is as follows:<br><br>/proc/2056/attr/keycreate
<br>/proc/2056/attr/sockcreate<br>/proc/2057/task/2057/attr/current<br>/proc/2057/task/2057/attr/exec<br>/proc/2057/task/2057/attr/fscreate<br>/proc/2057/task/2057/attr/keycreate<br>/proc/2057/task/2057/attr/sockcreate<br>
/proc/2057/attr/current<br>/proc/2057/attr/exec<br>/proc/2057/attr/fscreate<br>/proc/2057/attr/keycreate<br>/proc/2057/attr/sockcreate<br>/proc/2058/task/2058/attr/current<br>/proc/2058/task/2058/attr/exec<br>/proc/2058/task/2058/attr/fscreate
<br>/proc/2058/task/2058/attr/keycreate<br><br><br>I don't know how in the world this kind of output would tell me the permissions.<br>I really did not understand it.<br>Can someone help me out with this problem.<br><br>
thanks in advance,<br>~Harpreet<br>