Rsync or Remote sync in Linux help to securely copy the files from any remote servers to a local server, It can be used as a poor mans Linux backup tool.
yum command is a package manager used to manage RPM packages in Linux servers. YUM is known as "Yellow-dog Updater Modified" it has several options with arguments to search, install, remove and update the packages.
tcpdump will be used as a packet analyzer which runs under the command line on Linux based operating Systems and helps to capture and print network traffics
In this guide let us see some of the very useful real-time required find commands in our daily operations, Most of below examples are very useful for newbies to prepare them to be familiar with find commands. Open a terminal and run below commands manually without copy-paste to get familiar with it. find command is ... Read More