Username*
E-Mail*
Password*
Confirm Password*
Terms* By registering, you agree to the Terms of Service and Privacy Policy.
Forget
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Captcha* Click on image to update the captcha .
can you help me with question
lsb_release
uname
hostnamectl
/proc/version
lsb_release -a
cat /etc/os-release
-d
-r
cat /proc/version
You must login or register to add a new answer.
Previous question
Next question
Answer ( 1 )
lsb_release
,uname
,hostnamectl
, or/proc/version
commands in a terminal.lsb_release -a
orcat /etc/os-release
in a terminal-d
switch to display just the description lineuname
command to check the kernel version-r
flag to return a string indicating your kernel versionhostnamectl
command to display the Linux kernel versioncat /proc/version
command to view brief information, including the kernel version of your Linux system