Question: How Do You Find What Version of Chef That You Are Using On A Linux Server? If you are not sure if Chef is installed or not on your Linux server, see this article.
Answers (one for Chef client and one for Chef server)
To find the version of Chef client that is installed, run this:
chef-client -v
If the response is “command not found” chef-client is not installed. If chef-client is installed, the above command will result in a display of the version of chef-client.
[Sassy_Social_Share]