以前,在redhat系列的linux中,通過終端工具操作服務器,經常使用rz來上傳小文件.但是有些系統默認情況下不能使用此命令.今天通過ubuntu.看到這條命令.即使ubunt沒有裝這個命令,你輸入此命令時,它會提示你進行安裝. root@ubuntu:~# rzThe program 'rz' is currently not installed.? You can install it by typing:apt-get install lrzszMake sure you have the 'universe' component enabled-bash: rz: command not found
?我覺得這個不錯.有一點提示比較好.不像redhat系列,直接就提示
rz: command not found
在redhat系列下,安裝rz也是比較方便的.
#yum install lrzsz