701-100 Exam QuestionsBrowse all questions from this exam

701-100 Exam - Question 17


Which of the following commands lists the cookbooks available on a Chef server?

Show Answer
Correct Answer: CE

To list the cookbooks available on a Chef server, use the command 'knife cookbook list'. This command shows a list of cookbooks currently available on the Chef Infra Server, including only the most recent version by default.

Discussion

3 comments
Sign in to comment
ayuukOption: E
Dec 21, 2019

Correst is E. knife cookbook list Use the list argument to view a list of cookbooks that are currently available on the Chef Infra Server. The list will contain only the most recent version for each cookbook by default. https://docs.chef.io/knife_cookbook.html

hmagrounOption: E
Mar 27, 2020

the correct answer is E https://docs.chef.io/workstation/knife_cookbook/#list

alex87Option: E
Feb 1, 2023

E is the correct