INSTALLATION DOCUMENTS BY RAVI

Saturday, April 15, 2017

Command to Check All Writable ( 777 permission) Files and Folders on Linux

To check the files and folders which has 777 permissions in linux file system use the below command

$ find / -perm -2 ! -type l -ls


No comments:

Post a Comment

  Opatch reports 'Cyclic Dependency Detected' error when patching ODI   Issue: When applying a Patch Set Update (PSU) to WebLogic Se...