Unable to create Topic in the Lab - Demo Topics, Partitions and Brokers in the Event Streaming with Kafka Course

Hello everyone, please I was unable to create the demo_topic Topic in the lab: Demo Topics, Partition and Brokers in the Event Streaming with Kakfa course using this command - ./kafka-topics.sh --create --topic demo_topic --bootstrap-server localhost:9092 We are using KodeKloud lab for kafka which has Kafka and Zookeeper already installed in it. Please, how do I resolve this issue? Thanks a lot for any help in advance. This is a link to the lecture in the course - https://learn.kodekloud.com/user/courses/event-streaming-with-kafka/module/ee6ed9ab-202a-4dfc-bcd5-8a6941e1440b/lesson/8c70b1fb-467f-4b96-8bc5-c05ee4c2e5af The error that I got was “No such file or directory”, should I just create that directory and why doesn’t it exit as shown in the lecture?

Could you please confirm if you were running this command from within the /root/kafka/bin directory?

All the executable scripts are in the above mentioned directory.