This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
6b83bba0e4
tldr
/
pages
/
common
/
uname.md
261 B
Raw
Blame
History
uname
Print operating system name
Print all available operating system and kernel information
uname -a
Print the current operating system name (e.g. Linux, Darwin, SunOS, etc)
uname -s
Print the nodename (hostname) of the system
uname -n