Dicas para o Ubuntu

Olá!

O objetivo dessa página é orientar usuários iniciantes do Ubuntu que desejam instalar e configurar o Ubuntu utilizando ao máximo o modo gráfico. Caso o uso do ambiente gráfico não for possível, as orientações buscam ser o mais simples possível, sempre voltadas aos iniciantes do Ubuntu. A versão utilizada do Ubuntu é sempre mais atual e estável de 64 bits.

sexta-feira, 25 de novembro de 2011

Checking your Linux Kernel Version

Checking your Linux Kernel Version:

Once your up and running with your favorite Linux distribution, you might find the need to install additional software packages or drivers. Some of these software applications or drivers can be specific to a Linux Kernel version in which case you will need to find this information. Finding the Kernel Version, Release information and Operating System from a running system is fairly straight forward and can be done directly from a terminal.

Locating your Linux Kernel Version:
Open up a terminal and type one of the following commands listed in bold text.
uname -a  (prints all information)
uname -r  (prints the kernel release)
uname -v  (prints the kernel version)
uname -o  (prints the operating system)

by: http://www.pendrivelinux.com/how-to-find-your-linux-kernel-version/

Nenhum comentário:

Postar um comentário