DEV Community

Discussion on: 🐧 Linux Commands - A Complete Handbook for beginners 💻

Collapse
 
peter279k profile image
peter279k • Edited

This rmdir directory_name ==> This will delete the directory (Cannot be undone) explanation should change into: rmdir directory_name ==> This will delete the directory (Cannot be undone if the directory is not empty.).

And it will be better than previous explanation.

The curl command is not installed on Linux distribution by default. It should use the package install command (such as apt-get, yum and dnf commands) to install that before using the curl www.example_website.com command.

Collapse
 
kaiwalyakoparkar profile image
Kaiwalya Koparkar

Thanks for that I would rephrase that soon! Thanks for the comment, I appreciate that