{"id":199,"date":"2010-12-11T15:39:25","date_gmt":"2010-12-11T13:39:25","guid":{"rendered":"http:\/\/www.mediamill.de\/blog\/?p=199"},"modified":"2014-02-22T13:21:38","modified_gmt":"2014-02-22T11:21:38","slug":"ermitteln-der-linuxdistribution-linuxversion-kernelversion","status":"publish","type":"post","link":"https:\/\/www.mediamill.de\/blog\/2010\/12\/11\/ermitteln-der-linuxdistribution-linuxversion-kernelversion\/","title":{"rendered":"Ermitteln der Linuxdistribution, Linuxversion, Kernelversion, CPU, RAM, HD-Kapazit\u00e4t"},"content":{"rendered":"<p><strong>Befehle zum Ermitteln der Linux-Distribution und der Version der Linux-Distribution:<\/strong><\/p>\n<pre class=\"brush:shell\">cat \/etc\/issue<\/pre>\n<p>Beispielausgabe:<\/p>\n<pre class=\"brush:shell\">Fedora release 9 (Sulphur)\r\nKernel \\r on an \\m (\\l)<\/pre>\n<p>oder<\/p>\n<pre class=\"brush:shell\">Welcome to openSUSE 11.1 - Kernel \\r (\\l).<\/pre>\n<p><strong>Befehle zum Ermitteln der Version des Linuxkernels:<\/strong><\/p>\n<pre class=\"brush:shell\">uname -r<\/pre>\n<p>Ausgabe:<\/p>\n<pre class=\"brush:shell\">2.6.27.12-78.2.8.fc9.x86_64\r\n\r\n2.6.18-028stab064.7\r\n\r\n2.6.27.48-0.1-pae<\/pre>\n<p>oder<\/p>\n<pre class=\"brush:shell\">cat \/proc\/version<\/pre>\n<p>Ausgabe:<\/p>\n<pre class=\"brush:shell\">Linux version 2.6.18-028stab064.7 (root@rhel5-64-build) (gcc version 4.1.2 20070 626 (Red Hat 4.1.2-14)) #1 SMP Wed Aug 26 13:11:07 MSD 2009\r\n\r\nLinux version 2.6.27.48-0.1-pae (geeko@buildhost) (gcc version 4.3.2 [gcc-4_3-branch revision 141291] (SUSE Linux) ) #1 SMP 2010-07-05 22:20:39 +0200<\/pre>\n<p>&nbsp;<\/p>\n<p><strong>Befehle zum Ermitteln der CPU Informationen:<\/strong><\/p>\n<pre class=\"brush:shell\">cat \/proc\/cpuinfo<\/pre>\n<p>Ausgabe:<\/p>\n<pre class=\"brush:plain\">processor : 0\r\nvendor_id : AuthenticAMD\r\ncpu family : 16\r\nmodel : 2\r\nmodel name : Quad-Core AMD Opteron(tm) Processor 2347 HE\r\nstepping : 3\r\ncpu MHz : 1431.598\r\ncache size : 512 KB\r\nphysical id : 0\r\nsiblings : 4\r\ncore id : 0\r\ncpu cores : 4\r\napicid : 0\r\nfpu : yes\r\nfpu_exception : yes\r\ncpuid level : 5\r\nwp : yes\r\nflags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm 3dnowext 3dnow constant_tsc nonstop_tsc pni cx16 popcnt lahf_lm cmp_legacy svm extapic cr8_legacy altmovcr8 abm sse4a misalignsse 3dnowprefetch osvw\r\nbogomips : 3817.59\r\nTLB size : 1024 4K pages\r\nclflush size : 64\r\ncache_alignment : 64\r\naddress sizes : 48 bits physical, 48 bits virtual\r\npower management: ts ttp tm stc 100mhzsteps hwpstate [8]<\/pre>\n<p>oder<\/p>\n<pre class=\"brush:shell\">lscpu<\/pre>\n<p>Ausgabe:<\/p>\n<pre class=\"brush:shell\">lscpu\r\nArchitecture:          i686\r\nCPU op-mode(s):        32-bit, 64-bit\r\nByte Order:            Little Endian\r\nCPU(s):                4\r\nVendor ID:             AuthenticAMD\r\nCPU family:            16\r\nModel:                 2\r\nStepping:              3\r\nCPU MHz:               1425.000\r\nBogoMIPS:              3817.70\r\nVirtualization:        AMD-V<\/pre>\n<p><strong>Befehle zum Ermitteln der HD Speicherplatzbelegung:<\/strong><\/p>\n<pre class=\"brush:shell\">df -h<\/pre>\n<p>Ausgabe:<\/p>\n<pre class=\"brush:shell\">Dateisystem Size Used Avail Use% Eingeh\u00e4ngt auf\r\n\/dev\/vzfs   25G  21G  4,6G  82%  \/<\/pre>\n<p><strong>Befehle zum Ermitteln der RAM Speicherbelegung:<\/strong><\/p>\n<pre class=\"brush:shell\">free -m -t<\/pre>\n<p>Ausgabe:<\/p>\n<pre class=\"brush:shell\">      total used free shared buffers cached\r\nMem:  2048  72   1975 0      0       0\r\n-\/+ buffers\/cache: 72 1975\r\nSwap: 0 0 0\r\nTotal: 2048 72 1975<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>Befehle zum Ermitteln der Linux-Distribution und der Version der Linux-Distribution: cat \/etc\/issue Beispielausgabe: Fedora release 9 (Sulphur) Kernel \\r on an \\m (\\l) oder Welcome to openSUSE 11.1 &#8211; Kernel \\r (\\l). Befehle zum Ermitteln der Version des Linuxkernels: uname -r Ausgabe: 2.6.27.12-78.2.8.fc9.x86_64 2.6.18-028stab064.7 2.6.27.48-0.1-pae oder cat \/proc\/version Ausgabe: Linux version 2.6.18-028stab064.7 (root@rhel5-64-build) (gcc version [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1,5,30,6],"tags":[],"class_list":["post-199","post","type-post","status-publish","format-standard","hentry","category-allgemein","category-linux","category-linux-befehle","category-tipps"],"_links":{"self":[{"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/posts\/199","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/comments?post=199"}],"version-history":[{"count":25,"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/posts\/199\/revisions"}],"predecessor-version":[{"id":621,"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/posts\/199\/revisions\/621"}],"wp:attachment":[{"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/media?parent=199"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/categories?post=199"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.mediamill.de\/blog\/wp-json\/wp\/v2\/tags?post=199"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}