time: 2013/03/20 | Category: Linux common Commands | Author: Lee bad | Browse: 39,146 | Comments:
5
For people who frequently use Linux systems, the RZ/SZ command is a convenient means of uploading local files to the server or downloading files from the server, but many Linux systems do not initially have these two commands. Today, we will briefly explain how to install and use RZ, sz command.
1. Software Installation (1) Compile and install
After the root account is logged in, execute the following command in turn:
2 |
wget http: //www.ohse.de/uwe/releases/lrzsz-0.12.20.tar.gz |
3 |
tar zxvf lrzsz-0.12.20.tar.gz && cd lrzsz-0.12.20 |
4 |
./configure && make && make install |
The above installation process by default LSZ and Lrz installed in the/usr/local/bin/directory, now we can not directly use, create a soft link below, and named Rz/sz:
2 |
ln -s /usr/local/bin/lrz rz |
3 |
ln -s /usr/local/bin/lsz sz |
(2) Yum installation
After the root account is logged in, execute the following command:
2. Instructions for use
SZ command send file to Local:
RZ command to upload files locally to the server:
After executing the command, select the file you want to upload in the pop-up box.
Description: Open the directories for uploading and downloading under Options, X/y/zmodem, Options, SECURECRT software.
-linux system Installation Rz/sz command and instructions for use