# /bin/sync; echo 3 > /proc/sys/vm/drop_caches
Another way to use it and to clear up swap as well
/bin/sync; echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a
# /bin/sync; echo 3 > /proc/sys/vm/drop_caches
Another way to use it and to clear up swap as well
/bin/sync; echo 3 > /proc/sys/vm/drop_caches && swapoff -a && swapon -a
CentOS 6.x (64 bit) Installation Notes:
# cd /tmp/
# wget http://pkgs.repoforge.org/libmcrypt/libmcrypt-devel-2.5.7-1.2.el6.rf.x86_64.rpm
# wget http://pkgs.repoforge.org/libmcrypt/libmcrypt-2.5.7-1.2.el6.rf.x86_64.rpm
# rpm -Uhv libmcrypt-*.rpm
Each file in Linux has three time stamps, which record the last time that certain actions were performed on the file:
[a] access (read the file’s contents) – atime (days) OR amin (minutes)
[b] change the status (modify the file or its attributes) OR ctime (days) / cmin (minutes)
[c] modify (change the file’s contents) – mtime (days) OR mmin (minutes)
# find /home/* -iname "*.mp4" -amin -720