HOWTO find out what *nix operating system is running from the command line
Tagged:  •  

File this in the "I've googled this question before and always have a hard time finding it so I'll put it on my site with the right keywords" category.

When you ssh into a Unix, Linux, or BSD system and have a command prompt, but nobody told you what operating system the machine is running, you can get most of the information you need with this:

uname -a

Thanks to James Walker for the reminder.

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <blockquote>
  • You may post code using <code>...</code> (generic) or <?php ... ?> (highlighted PHP) tags.
  • Lines and paragraphs break automatically.
  • Web page addresses and e-mail addresses turn into links automatically.

More information about formatting options