how to remotely move a file ??? that mean how to move a file
one machine to another machine ???
Answer Posted / sricharan
Differnce between cp and mv.
cp: holds the copy of the file in both source and
destination servers.
mv: removes the file in the source and get created on the
destination server.
scp: server copy is one method to copy from one server to
other.
Syntax: scp username@ip:/path/filename ./
Note: ./ representing as required file is copying in pwd.
We need to execute this command from the destination server.
sftp: simple file transfer protocol
syntax: sftp ip address
prompts for passwd
go for required path and use get command to copy the
required file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Are you in or at the office?
What do chgrp command do?
What is unix command?
What is unix command line?
What is a command and examples?
What is s and g in sed command?
What is the use of the tee command?
What are the dos commands?
What is the use of tee command?
Why is it called a shebang?
Write a command that will allow a unix system to shut down in 15 minutes, after which it will perform a reboot.
Who command in unix operating system?
What command is used to check the current users?
how to sort the content of the file based on numeric values
Which command is used to kill the last background job?