How to
get the version/distribution/ release information of Linux that is running on
the EC2 instance running Linux via command line?
The
version/distribution/ release information is stored in /etc/system-release.
Just run the following command:
[root@linuxcnf
~]# cat /etc/system-release
Amazon
Linux AMI release 2017.03
[root@linuxcnf ~]#
|
Done!!!
No comments:
Post a Comment