how to remotely move a file ??? that mean how to move a file
one machine to another machine ???
Answer Posted / bhaskar
scp -R foldername root@172.34.1.11:/root/
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is grep called grep?
Which command can you use to find the currently running process in unix server?
What does awk stand for?
What is the use of tee command?
How to use grep command to list find the records of a file containing 10 different strings?
Who wrote grep?
What do chmod, chown, chgrp commands do?
How does shebang work?
What does grep v do?
How to display no of records in oracle using unix command?
Is ‘du’ a command? If so, what is its use?
What is ‘ps’ command for?
What is the difference between cat command and more command?
How do you grep a case insensitive?
Differentiate cmp command from diff command.