电脑怎么升级显卡驱动这个显卡的驱动升级还是不升级 升级了 有什么用

> Ubuntu Linux系统下查看版本的两个命令
Ubuntu Linux系统下查看版本的两个命令天新网
方法一:在终端中执行下列指令:cat /etc/issue可以查看当前正在运行的 Ubuntu 的版本号。其输出结果类似下面的内容:Ubuntu 7.04 n l方法二:使用 lsb_release 命令也可以查看 Ubuntu 的版本号,与方法一相比,内容更为详细。执行指令如下:sudo lsb_release -a将输出结果:Distributor ID: UbuntuDescription: Ubuntu 7.04Release: 7.04Codename: feisty
&相关阅读:
·预装系统送键鼠 戴尔 R730服务器低价
&&·深度操作系统15RC发布 你要转投Linux吗?
&&·数说自动化:戴尔“未来就绪”管理系统
&&·游戏不支持Linux咋办?3种方法告诉你
&&·当不同国家遇到Linux时 会有什么结果?
给文章打分 5分为满分(共0人参与)
频道热词:&&&&&&
精彩内容推荐
服务器知识学堂热点
排行 文章标题
TOP10周热门服务器排行榜
商家报价:
商家报价:
商家报价:
15用户点评
商家报价:
商家报价:
商家报价:
商家报价:
商家报价:
商家报价:
商家报价:
商家报价:¥12900-¥21500
上市时间: 2015年01月
产品数: 2
商家报价:¥15581-¥26970
上市时间: 2016年04月
产品数: 4
商家报价:¥349999
上市时间: 2015年12月
产品数: 5
商家报价:¥187000
上市时间: 2015年07月
产品数: 2
上市时间: 2014年01月
产品数: 2
上市时间: 2016年03月
产品数: 3
商家报价:¥25000-¥28000
上市时间: 2014年06月
产品数: 2
上市时间: 2012年10月
产品数: 4
商家报价:¥5499-¥8590
上市时间: 2013年12月
产品数: 3
企业人物访谈2011年11月 专题开发/技术/项目大版内专家分月排行榜第二2011年8月 专题开发/技术/项目大版内专家分月排行榜第二
2009年7月 总版技术专家分月排行榜第二2009年3月 总版技术专家分月排行榜第二2009年1月 总版技术专家分月排行榜第二2005年7月 总版技术专家分月排行榜第二2005年5月 总版技术专家分月排行榜第二2005年3月 总版技术专家分月排行榜第二
优秀小版主2015年8月优秀小版主2015年9月优秀小版主2015年5月优秀小版主2015年2月论坛优秀版主
匿名用户不能发表回复!|
每天回帖即可获得10分可用分!小技巧:
你还可以输入10000个字符
(Ctrl+Enter)
请遵守CSDN,不得违反国家法律法规。
转载文章请注明出自“CSDN(www.csdn.net)”。如是商业用途请联系原作者。Linux查看版本信息命令
环境:RedHat
问题:查看Linux版本信息
1. uname -a
2. cat /proc/version
3. cat /etc/issue
4. lsb_release -a
作者 Wentasy
(window.slotbydup=window.slotbydup || []).push({
id: '2467140',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467141',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467142',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467143',
container: s,
size: '1000,90',
display: 'inlay-fix'
(window.slotbydup=window.slotbydup || []).push({
id: '2467148',
container: s,
size: '1000,90',
display: 'inlay-fix'当前位置:&>&&>&
查看Linux版本、系统位数的命令举例
发布时间:编辑:
本文介绍下,用于查看linux版本,以及系统位数是32位还是64位的命令。有需要的朋友,参考下吧。
要查看Linux 版本信息,需要用到二个文件:
复制代码 代码示例:
cat /etc/-release
Fedora Core release 5 (Bordeaux)
复制代码 代码示例:
cat /etc/issue
Fedora Core release 5 (Bordeaux)
Kernel \r on an \m
查看内核的版本信息:
复制代码 代码示例:
cat /proc/version
Linux version 2.6.17-1.2145_FC5smp (brewbuilder@hs20-bc2-2.) (gcc version 4.1.1
(Red Hat 4.1.1-1))
另外,用以下的命令,可以查看Linux系统是还是。
复制代码 代码示例:
getconf WORD_BIT
不过,在RHEL4 update1 x86_64上运行,给出的却是32位的系统信息。
准确的方法,应该是这样:
复制代码 代码示例:
getconf LONG_BIT
经测试,在32/64位平台上得到正确的值。
另外,还可以参考如下命令给出的相关信息:
cat version
cat cpuinfo
就介绍这些了,希望对大家有所帮助。
与 查看Linux版本、系统位数的命令举例 有关的文章
本文标题:
本页链接:
12345678910
12345678910博客访问: 46399
博文数量: 14
博客积分: 1415
博客等级: 上尉
技术积分: 100
注册时间:
APP发帖 享双倍积分
IT168企业级官微
微信号:IT168qiye
系统架构师大会
微信号:SACC2013
分类: LINUX
如何查看Linux操作系统版本?
1. 查看内核版本命令:chen@mylinuxserver:~> cat /proc/versionLinux version 2.6.5-7.244-smp (geeko@buildhost) (gcc version 3.3.3 (SuSE Linux)) #1 SMP Mon Dec 12 18:32:25 UTC 2005
/proc 目录的作用?
chen@mylinuxserver:/proc> uname -aLinux mylinuxserver 2.6.5-7.244-smp #1 SMP Mon Dec 12 18:32:25 UTC
i686 i386 GNU/Linux
chen@mylinuxserver:/proc> uname -r2.6.5-7.244-smp
uname命令的作用?
2. 查看Linux版本:
1) 登录到服务器执行 lsb_release -a ,即可列出所有版本信息,例如:
chen@mylinuxserver:/proc> lsb_release -aLSB Version:&&& core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32:graphics-2.0-ia32:graphics-2.0-noarch:graphics-3.0-ia32:graphics-3.0-noarchDistributor ID: SUSE LINUXDescription:&&& SUSE LINUX Enterprise Server 9 (i586)Release:&&&&&&& 9Codename:&&&&&& n/a
注:这个命令适用于所有的linux,包括Redhat、SuSE、Debian等发行版。
2) 登录到linux执行cat /etc/issue,例如如下:
chen@mylinuxserver:/proc> cat /etc/issue
Welcome to SUSE LINUX Enterprise Server 9 (i586) - Kernel \r (\l).
3) 登录到linux执行cat /etc/redhat-release ,例如如下:
chen@mylinuxserver:/proc> cat /etc/*release*LSB_VERSION="core-2.0-noarch:core-3.0-noarch:core-2.0-ia32:core-3.0-ia32"cat: /etc/lsb-release.d: 是一个目录SUSE LINUX Enterprise Server 9 (i586)VERSION = 9PATCHLEVEL = 3
阅读(18286) | 评论(0) | 转发(0) |
相关热门文章
给主人留下些什么吧!~~
请登录后评论。

我要回帖

更多关于 电脑怎么升级显卡驱动 的文章

 

随机推荐