Hello,
I’m trying to pass the mock exams series of CKA
First problem :
- I have faced problem of connexion which is close my lab after i have respond to 20 questions and i didnt get the result !
- the second one is that i’m deeply sure that i have already respond to the correct question but its showing me that i have fail in the question , and now in the new update of the interface, he is not showing the correct answer !!
i have submit a feedback and i dont know what to do
Example:
I’am sure that etcd is running under that machine and i have tested it
Another question ; PVC
and there is more and more examples …
Thank you
First question - did you also copy etcd
to where you copied etcdctl
? That is required to pass it.
Second question, works for me
Yes i have copied it in /usr/bin/
Copy them both to /usr/local/bin
I don’t know if the marking script checks directory content or tires running the commands to see if they work,
Copy them both to /usr/local/bin
- that always works for me.
I don’t know if the marking script checks directory content or tries running the commands to see if they work.
The convention in Linux is that /usr/bin
is for binaries that are part of the distro - things like cat
, cp
, sh
, bash
, echo
etc. and /usr/local/bin
is for third party binaries that are installed after operating system installation for all users to use. etcd
, terraform
etc would fall under this second category.