Tag Archives: Linux

Move Multiple Files From One Directory To Another – Linux

Run this command to show you which files meet the criteria you specified: # find . -mtime +130 -type f -xdev -ls Run this command to move the files to a specified folder: # find . -mtime +130 -type f … Continue reading

Posted in Information Technology | Tagged , , , | Leave a comment

New Linux Kernel – Speed Defined

The newest update to the Linux operating-system kernel features a number of enhancements that should offer a performance boost, particularly for running databases and other programs that require maximum resources from the server. The 2.6.38 kernel features some “really deep … Continue reading

Posted in IT | Tagged , , | Leave a comment