最基础的rpm命令
rpm -ivh package.rpm 安装一个rpm包 rpm -ivh --nodeeps package.rpm 安装一个rpm包而忽略依赖关系警告 rpm -U package.rpm 更新一个rpm包但不改变其配置文件 rpm -F package.rpm 更新一个确定已经安装的rpm包 rpm -e package_name.rpm 删除一个rpm包 rpm -qa 显示系统中所有
时间:2023-09-05  |  阅读:230
linux命令返回值的妙用
什么是返回值在shell终端中,你所输入的一切命令其实都有返回值,而这个返回值默认保存在"$?"中,举例看一下 [root@localhost ~]# touch 123 [root@localhost ~]# echo $? 0[root@localhost ~]# touchh 123 -bash: touchh: command no
时间:2023-09-05  |  阅读:271
Git 相关使用命令
全局设置 git config --global user.name "zyl" git config --global user.email xxx@xxx.com git config --list 检查你的git设置 git clone xxxxxx.git 添加新的文件 vim demo.txt git add demo.txt 添加新的文件 git commit -m 'this is first commit'
时间:2023-09-05  |  阅读:426
Git 相关使用命令
全局设置 git config --global user.name "zyl" git config --global user.email xxx@xxx.com git config --list 检查你的git设置 git clone xxxxxx.git 添加新的文件 vim demo.txt git add demo.txt 添加新的文件 git commit -m 'this is first commit'
时间:2023-09-05  |  阅读:433

本站为非赢利网站,部分文章来源或改编自互联网及其他公众平台,主要目的在于分享信息,版权归原作者所有,内容仅供读者参考,如有侵权请联系我们删除!

Copyright © 2022 匯編語言學習筆記 Inc. 保留所有权利。

底部版权信息