TECHIES WORLD

For Techs.... Techniques.... Technologies....

CpanelLinux

Linux error: bash: rsync: command not found

bash: rsync: command not found

Rsync command will be there in most of the Linux distributions by default. But in some cases this command is not available by default which causes the above error.

We can install rsync command using package manager as its available in base repository itself.

On Ubuntu/Debian operating systems,

#apt-get install rsync

On CentOS/RHEL operating systems,

#yum install rsync

That's all…

Leave a Reply