Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nitrogen
on Dec 6, 2010
|
parent
|
context
|
favorite
| on:
Sick Linux Commands
21) Display which distro is installed
cat /etc/issue
A better method is using the lsb_release tool:
lsb_release -a
If that's not installed:
cat /etc/lsb-release
may work.
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
cat /etc/issue
A better method is using the lsb_release tool:
If that's not installed: may work.