Return to Snippet

Revision: 52030
at October 11, 2011 17:58 by benoitpointet


Initial Code
# get sys infos
uname -a

# look for some file with release
find /etc -iname *release*
# cat them to find more

Initial URL

                                

Initial Description

                                

Initial Title
find out what linux distribution and version is running

Initial Tags

                                

Initial Language
Bash