Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re^2: disabling unnecessary perl modules

by oiskuu (Hermit)
on May 30, 2014 at 20:27 UTC ( [id://1088067]=note: print w/replies, xml ) Need Help??


in reply to Re: disabling unnecessary perl modules
in thread disabling unnecessary perl modules

Another method that might come handy, is to check access times.

$ touch STAMP
$ mount /usr -o remount,strictatime
$ sh my-test-foo.sh
$ find /usr -type f ! -anewer STAMP | xargs echo rm

  • Comment on Re^2: disabling unnecessary perl modules

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1088067]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (3)
As of 2024-04-19 05:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found