Tag: command not found
-
“bash: scp: command not found” despite it exists
If You receive the error something like, despite the scp exist: nsc-book:~ nsc$ scp root@loginroot.com:/root/filename ~/filename bash: scp: command not found nsc-book:~ nsc$ which scp /usr/bin/scp It may look silly, but please check if the destination server has that package too ;) I haven’t expected a CentOS server not having this simple package by default.…