How to check the version of Kali Linux system

How to check the version of Kali Linux system

1. Check the kali linux system version

Command: cat /etc/issue

2. View the kernel information of kali linux system

Command: uname -a

The above article on how to check the kali linux system version is all I want to share with you. I hope it can give you a reference. I also hope that you will support 123WORDPRESS.COM.

You may also be interested in:
  • Deployment and Chinese translation of the docker visualization tool Portainer
  • Tutorial on using portainer to connect to remote docker
  • Docker and portainer configuration methods under Linux
  • The latest super detailed graphic tutorial of installing Kali Linux on virtual machine VMware
  • Kali Linux installation VMware tools installation process and VM installation vmtools button gray
  • How to switch Python versions in Kali
  • How to install docker and portainer in kali

<<:  Solution to the problem that the mysql8.0.11 client cannot log in

>>:  Solution to the routing highlighting problem of Vue components

Recommend

Detailed explanation of MySQL master-slave inconsistency and solutions

1. MySQL master-slave asynchrony 1.1 Network Dela...

Best Practices for Deploying ELK7.3.0 Log Collection Service with Docker

Write at the beginning This article only covers E...

The difference between html form submission action and url jump to actiond

The action of the form is different from the URL j...

How to install php7 + nginx environment under centos6.6

This article describes how to install php7 + ngin...

Basic knowledge of website design: newbies please read this

Now many people are joining the ranks of website ...

What to do if the container started by docker run hangs and loses data

Scenario Description In a certain system, the fun...

CSS sample code with search navigation bar

This article shows you how to use CSS to create a...

Solve the problem of using linuxdeployqt to package Qt programs in Ubuntu

I wrote some Qt interface programs, but found it ...

Design Association: Why did you look in the wrong place?

I took the bus to work a few days ago. Based on m...

Deleting files with spaces in Linux (not directories)

In our daily work, we often come into contact wit...

Docker generates images through containers and submits DockerCommit in detail

Table of contents After creating a container loca...

Detailed explanation of the role of explain in MySQL

1. MYSQL index Index: A data structure that helps...

Implementation code for operating mysql database in golang

Preface Golang provides the database/sql package ...