你可以使用ls命令来检查该文件是否存在: bash ls /etc/redhat-release 如果文件不存在,系统会返回“没有那个文件或目录”的错误。 若文件不存在,提供可能的解决方案或建议替代方法获取系统版本信息: 如果你的系统不是Red Hat系列的发行版,那么/etc/redhat-release文件自然就不存在。你可以根据第一步中列出的文件...
cat/etc/redhat-release显示没有那个文件的原因是没有文件。根据查询相关公开信息显示,当文件的cat路劲下的子文件etc下的子文件中没有名字为redhat-release的文件时,输入路劲进行访问会显示没有那个文件。
执行用例时候报告:cat: /etc/redhat-release: No such file or directory test.sh用例内容:
我在terminal 执行这段 说cat: /etc/redhat-release: No such file or directory写回答 关注 1回答 liuwei御剑网子 2016-10-15 18:50:07 已采纳 首先要知道cat命令的作用 确定文件是存在的,而不是直接执行 可用ll先看下文件列表 1 0 兮兮酱 谢谢,我自个儿看错了安装的系统,我应该是Mac下的,但是...
[root@localhost proc]# cat/etc/redhat-release CentOS Linux release7.7……[root@localhost proc]# cat命令的用途 Linux中的cat(concatenate)命令显示文件内容。它读取一个或多个文件并将其内容打印到终端。cat用于查看文件内容、组合文件、创建新文件、查看行号、压缩空格为一行、结合其他命令做一些其他更复杂的事情...
[root@localhost user]# cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) [root@localhost user]# 1. 2. 3. (2)使用工具查看版本 安装lsb_release命令工具: # yum install -y redhat-lsb 1. 执行命令: [root@localhost user]# lsb_release -a ...
/root/redis-6.0.4 编译安装需要采用较高版本gcc 操作系统centos7 [root@localhost src]# cat /etc/redhat-release CentOS Linux release 7.7.1908 (Core) yum -yinstallcentos-release-sclyum -yinstalldevtoolset-9-gcc devtoolset-9-gcc-c++ devtoolset-9-binutils ...
如何查看centos版本? 命令行输入cat /etc/redhat-release 发布于 2023-02-12 17:37・IP 属地江苏 分享 收藏 写下你的评论... 还没有评论,发表第一个评论吧 登录知乎,您可以享受以下权益: 更懂你的优质内容 更专业的大咖答主 更深度的互动交流 ...
cat /etc/redhat-release cat /etc/redhat-release