»
Linux
»
Examen sur Linux
»
Examen 201 : Advanced Administration
»
Section 5
»
Question 17/23
17.How would you find out the version of the kernel in /usr/src/linux?
cat /usr/src/linux/.version
cat /usr/src/linux/VERSION
Look in the README
head -4 /usr/src/linux/Makefile
Explanation
« Question 16
Question 18 »