If you're using linux can you run this command please?
- Posted by xecronix Aug 29, 2015
- 2499 views
cat /etc/*-release | grep ^NAME
It should tell you the name of your Linux distribution. I need to know if it is accurate for your distro please. Also it should return only one line NAME=????.
Works on my box!
[ronald@localhost ~]$ cat /etc/*-release | grep ^NAME NAME=Fedora
Thanks.