Articles in Files
Suppose you are working with a Web server and your task is to make sure that no files or directories have permissions “777″. It would be easy to just recursively change permissions for all files …
Some users and application developers believe that any free disk space on the server belongs to them. Suddenly you get an email alert saying that a server “xyz” ran out of disk space in /home. …
cd to start point (is acceptable) and as super user run: ls -ailR | sort -rn +5 | more
Sample output under SuSE Linux:
deathstar:/opt # ls -ailR | sort -rn +5 | more
247704 -rwxr-xr-x 1 …
truss -vlstat -tlstat ls -l [file name]
Bookmark on Delicious Digg this post Recommend on Facebook share via Reddit Share with Stumblers Tweet about it Subscribe to the comments on this post


