LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Operating System Information (https://www.linuxquestions.org/questions/linux-newbie-8/operating-system-information-582947/)

Chronothread 09-07-2007 10:34 AM

Operating System Information
 
If you can find a more newb question then this one I'll be impressed. Where do I find the information about the operating system I'm using. I'm Using Kubuntu, but I don't know the more detailed information such as which version of Kubuntu. So yah, don't laugh too hard at this. Thanks for your time.

arochester 09-07-2007 11:27 AM

Try the command
Quote:

cat /etc/issue

trashbird1240 09-07-2007 12:15 PM

Here's a more newbie question: What's Linux?

Do I win?

Joel

jukebox55 09-07-2007 12:26 PM

to find out which kernel version your using you can do:

'uname r' at the CL.

cconstantine 09-07-2007 02:11 PM

Code:

uname -a
reveals more;
Code:

man uname
is even better ;)

Chronothread 09-07-2007 02:57 PM

Thank you much.

One other related question. After typing in
Quote:

cat /etc/issue
I get
Quote:

Ubuntu 7.04 \n \l
What does the \n and \l mean?

farslayer 09-07-2007 03:59 PM

man issue will give you a clue and direct you to getty

so then from man getty we find this...

Code:

ISSUE ESCAPES
      The issue-file (/etc/issue or the file set with the -f option) may contain  certain  escape  codes  to
      display  the  system  name, date and time etc. All escape codes consist of a backslash (\) immediately
      followed by one of the letters explained below.

      b      Insert the baudrate of the current line.

      d      Insert the current date.

      s      Insert the system name, the name of the operating system.

      l      Insert the name of the current tty line.

      m      Insert the architecture identifier of the machine, eg. i486

      n      Insert the nodename of the machine, also known as the hostname.

      o      Insert the domainname of the machine.

      r      Insert the release number of the OS, eg. 1.1.9.

      t      Insert the current time.

      u      Insert the number of current users logged in.

      U      Insert the string "1 user" or "<n> users" where <n> is the number of current users logged in.

      v      Insert the version of the OS, eg. the build-date etc.

      Example: On my system, the following /etc/issue file:

              This is \n.\o (\s \m \r) \t

      displays as

              This is thingol.orcan.dk (Linux i386 1.1.9) 18:29:30


snares 09-08-2007 01:17 AM

With Ubuntu/Kubuntu if you go into the system monitor it will give you most any info you want.
(K Menu>System>System Monitor)


All times are GMT -5. The time now is 12:31 AM.