[LINUX] scp command, copy this machine to a remote machine
Copy folder (including the folder itself)
scp -r /home/wwwroot/www/charts/util [email protected]:/home/wwwroot/limesurvey_back/scp
Copy all files under the folder (excluding the folder itself)
scp /home/wwwroot/www/charts/Util/* [email protected]:/home/wwwroot/limesurvey_back/scp
Copy and rename files
scp /home/wwwroot/www/charts/util/a.txt root @192.168.1.65:/home/wwwroot/limesurvey_back/scp/b.text
Copy remote files to this machine
#scp [email protected]:/usr/local/sin.sh /home/Administrator
remote Log in to the remote server through the remote user (other users with the same privileges can also be used)
www.abc.com The domain name of the remote server (of course, you can also use the server IP address) )
/usr/local/sin.sh File to be copied to the local machine on the remote server
/home/administrator Copy the remote file to the local absolute path
Two points:
1. If the remote server firewall has special restrictions, scp will have to take a special port, depending on the port, the command format is as follows:
#scp -p 4588 [email protected]:/usr/local/sin.sh /home/administrator
2. Use scp to pay attention to whether the user you use has the right to read the corresponding files of the remote server.
Keepalived is a high-availability WEB service based on VRRP protocol, which can be used to avoid sin
Basic minimalist directory file after successful production First, the basic boot process of the s
Lab environment: Under Vbox, Rehat5 virtual machine Using samba server Purpose: Upload file to serv
: In the hardware management of ITDB, it is necessary to assign users to the hardware. This user wan
Understanding the Linux Process
How to run the process in Linux
Linux/Unix simple shortcut summary
Semaphore synchronization for Linux threads
Linux how to view the size of the hard disk
Small note IptabLes and IptabLex virus cleanup process
How to view the run level in Linux system
How to create and unzip zip, tar, tar.gz and tar.bz2 files under Linux
Win10 Tip: How to remove the exclamation point on the notification area network icon?
Specific operational information in Win8 system security mode
Linux method for converting plain text documents into PDF files
Practical Mac OS X and Windows XPVista coexistence skills
Pros and cons of three types of Windows 8 installation methods
Win8.1 Update update prompt 80073712 error how to do?
Win7 built-in screenshot tool failure can not be used?
The meaning and difference between Linux chmod 755 and chmod 777