Linux CLI - SSH and Remote Access
What will happen if you run this command?
scp file.txt user@remote:/tmp/ when file.txt does not exist locally?scp file.txt user@remote:/tmp/ when file.txt does not exist locally?scp copies from source to destination. If source file file.txt does not exist locally, it cannot copy.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions