本文主要是介绍Linux:-bash: rz: command not found,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
问题:
[root@*** opt]# rz -e
-bash: rz: command not found
解决方法:
非root用户下,需要切换到root用户;
[oracle@*** opt]$ su root
Password:
[root@*** opt]#
root用户下,执行yum -y install lrzsz,安装rzsz命令即可。
[root@*** opt]# yum -y install lrzsz
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile* base: 100.125.0.40* extras: 100.125.0.40* updates: 100.125.0.40
Resolving Dependencies
--> Running transaction check
---> Package lrzsz.x86_64 0:0.12.20-36.el7 will be installed
--> Finished Dependency ResolutionDependencies Resolved==============================================================================================================================================================================================================================================================================Package Arch Version Repository Size
==============================================================================================================================================================================================================================================================================
Installing:lrzsz x86_64 0.12.20-36.el7 base 78 kTransaction Summary
==============================================================================================================================================================================================================================================================================
Install 1 PackageTotal download size: 78 k
Installed size: 181 k
Downloading packages:
lrzsz-0.12.20-36.el7.x86_64.rpm | 78 kB 00:00:00
Running transaction check
Running transaction test
Transaction test succeeded
Running transactionInstalling : lrzsz-0.12.20-36.el7.x86_64 1/1 Verifying : lrzsz-0.12.20-36.el7.x86_64 1/1 Installed:lrzsz.x86_64 0:0.12.20-36.el7 Complete!
安装完rz/sz命令后,就可以通过这两个命令上传和下载文件了。
如果有写的不对的地方,请大家多多批评指正,非常感谢!
这篇关于Linux:-bash: rz: command not found的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!