File Management

  1. 5 min read

    Rsync is a utility commonly found on Linux operating systems and is a remote and local file synchronization tool. rsync stands for remote sync. The rsync algorithm is used to minimize network usage by only moving portions of files that have changed. This tutorial will take you through the following: basic rsync usage, remote transfers, alternate SSH ports.

  2. 2 min read

    The locate command is one of the best tools for finding files quickly by filename. This command reads one or more databases prepared by updatedb and writes files matching at least one of the patterns to standard output (one per line). You may need to install mlocate to enable this feature. This article provides instructions for installing mlocate on CentOS and Fedora.