How to find out what linux distribution you are using?

Most of the time, we know what linux distribution we are working on. However, if you are connected to a server via ssh, you may not know whether you are using debian or centos. Then how can you find out?

cat /etc/issue
时间: 2024-07-28 21:30:55

How to find out what linux distribution you are using?的相关文章

[转] virt-builder, to trivially create various Linux distribution guest images

http://kashyapc.com/2014/01/27/virt-builder-to-trivially-create-various-linux-distribution-guest-images/ I frequently use virt-builder (part of libguestfs-tools package) as part of my work flow. Rich has extensively documented it, still I felt it's w

Linux Distribution / ROM

Linux发行版 http://unix.stackexchange.com/questions/87011/how-to-easily-build-your-own-linux-distro 这个文档描述了不同的类别的情况 http://www.centos.org/docs/5/html/Installation_Guide-en-US/ch-kickstart2.html covers kickstart installations of CentOS https://help.ubunt

OpenSUSE Leap 42.1 KDE Ultmate Linux Distribution终极Linux系统试用与SSH连接

系统安装环境: #一台旧笔记本电脑 #CPU Intel(R) Core(TM) i3 M 380 2.53GHz (4核) #内存 1G #硬盘存储 250G #系统型号 OpenSUSE Leap 42.1 KDE OpenSUSE从开发代号13,一下子飞跃到42,代表的是一个质的飞跃和全新的开始.我是这么期待的.但是系统安装到旧的笔记本电脑(2010年生产)上,运行很卡顿,可能是电脑太旧了. 下面是一些截图: 也只能说还好吧,要说有多么惊艳,我也不认同.总体感觉很漂亮,但是很多细节没有处理

25个Linux相关的网站【转】

转自:http://www.cnblogs.com/Lindaman/p/4552805.html 下面是25个最具有影响力,也是最重要的Linux网站,这些网站提供了Linux的分发包,软件,文件,新闻,以及其它所有的关于Linux的东西.关于Linux的分发包历史,可以看看本站的这篇文章<Linux Distribution Timeline> 1. Linux.org 这个站点主要提供Linux相关的新闻.文档.教程,培训,以及其它一切和Linux相关的东西.这是你需要了解Linux开源

Linux的网卡由eth0变成了eth1,如何修复(MAC地址不一致了)

Linux的网卡由eth0变成了eth1,如何修复 使用wmware安装了linux,安装成功后,使用的网卡是eth0,没有eth1.但是用过一段时间后,不知道为什么eth0无法使用,系统却自动生成了eth1网卡,这可以使用ifconfig命令看的到. [user@localhost ~]$ ifconfig eth1      Link encap:Ethernet  HWaddr 00:0C:29:A9:22:9D inet addr:192.168.1.108  Bcast:192.168

linux 目录结构(转)

原文:http://www.centoscn.com/CentOS/2014/1222/4347.html linux 目录结构 /: 根目录,一般根目录下只存放目录,不要存放文件,/etc./bin./dev./lib./sbin应该和根目录放置在一个分区中/bin:/usr/bin: 可执行二进制文件的目录,如常用的命令ls.tar.mv.cat等./boot: 放置linux系统启动时用到的一些文件./boot/vmlinuz为linux的内核文件,以及/boot/grub.建议单独分区,

找出Linux的名称,版本以及内核详细

This short tutorial is intended to help newbies who don't know how to find out the Linux distribution name, version and kernel details via command line. Method 1 – Distribution & Version Details Command: cat /etc/*-release Sample Output On CentOS 6.4

linux软件编译流程

首先先总结下linux下一些概念1,gcc可以说是史上最强大的c语言编译器起作用是将软件程序的源代码(纯文本文件)和利用已存在的函数库通过其本身gcc编译成计算机可识别的二进制文件.该过程为程序编译的普遍流程 2,环境检测程序(通常名为configuration或config),由于每个linux distribution使用的的内核版本是不同的,而不同的linux内核版本使用的系统调用和软件所需要的相关函数库可能也是不同的,因此对于软件在不同的操作系统以及内核版本上安装就需要通过某种环境监测机

Linux学习——Shell

概述 什么是shell shell作为用户与Linux系统间的接口,它允许用户向操作系统输入需要执行的命令.这一点与Windows的命令提示符很像,但强者更强大.Linux是个高度模块化的系统,允许你从各种不同的shell中选一个来使用. 常用的shell 在Linux系统中,/bin/sh总是GNU工具集中的bash(the GNU Bourne-Again SHell). 在大多数Linux distribution中,默认的shell程序/bin/sh实际上是对程序/bin/bash的一个