- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
Linux Quickie: How to find the Linux Kernel, Linux Version, Architecture and more!!!!
Linux Quickie: How to find the Linux Kernel, Linux Version, Architecture and more!!!!
#!/bin/bash
# Find version of Linux this has
echo '#########################################'
echo 'Find version of Linux this has'
echo '#########################################'
lsb_release -a
#Find Linux Kernel Version
echo '##########################################'
echo 'Find Linux Kernel Version'
echo '##########################################'
uname -r
#Find if it is 32bit or 64bit Kernel
echo '#########################################'
echo 'Find if it is 32bit or 64bit Kernel'
echo '#########################################'
getconf LONG_BIT
#Find if CPU is 32bit or 64bit if lm shows is 64bit
echo '##########################################'
echo 'Find if CPU is 32bit or 64bit if lm shows is 64bit'
echo '##########################################'
grep -o -w 'lm' /proc/cpuinfo | sort -u
#in some (most) linux this also works
echo '##########################################'
echo 'in some (most) linux this also works'
echo '##########################################'
cat /etc/*os*release
#in RedHat Systems this is also nice
echo '##########################################'
echo 'in RedHat Systems this is also nice'
echo '##########################################'
cat /etc/redhat-release
Видео Linux Quickie: How to find the Linux Kernel, Linux Version, Architecture and more!!!! канала Ozzoy Bits
#!/bin/bash
# Find version of Linux this has
echo '#########################################'
echo 'Find version of Linux this has'
echo '#########################################'
lsb_release -a
#Find Linux Kernel Version
echo '##########################################'
echo 'Find Linux Kernel Version'
echo '##########################################'
uname -r
#Find if it is 32bit or 64bit Kernel
echo '#########################################'
echo 'Find if it is 32bit or 64bit Kernel'
echo '#########################################'
getconf LONG_BIT
#Find if CPU is 32bit or 64bit if lm shows is 64bit
echo '##########################################'
echo 'Find if CPU is 32bit or 64bit if lm shows is 64bit'
echo '##########################################'
grep -o -w 'lm' /proc/cpuinfo | sort -u
#in some (most) linux this also works
echo '##########################################'
echo 'in some (most) linux this also works'
echo '##########################################'
cat /etc/*os*release
#in RedHat Systems this is also nice
echo '##########################################'
echo 'in RedHat Systems this is also nice'
echo '##########################################'
cat /etc/redhat-release
Видео Linux Quickie: How to find the Linux Kernel, Linux Version, Architecture and more!!!! канала Ozzoy Bits
redhat rhel rhel 9 rhel 8 rocky linux almalinux centos centos stream linux gui install linux gui redhat gui redhat graphical desktop rocky linux gui install gnome linux rhel desktop rhel install gnome rhcsa ex200 linux desktop environment linux tutorial linux scary tutorial linux gui mode how to install gui on redhat centos desktop alma linux desktop server gui linux linux tricks linux hacks redhat horror linux for beginners
Комментарии отсутствуют
Информация о видео
3 ноября 2025 г. 15:45:04
00:00:53
Другие видео канала
























