
Ultimate access to all questions.
Answer-first summary for fast verification
Answer: fs
The correct command is `fs` because the Databricks CLI `fs` subcommands interact with DBFS (Databricks File System), which is used to manage files in object storage mounted to DBFS. The `fs cp` command, for example, can upload a local Python Wheel file to DBFS. The `configure` command sets up CLI settings, `workspace` manages workspace artifacts like notebooks, and `libraries` handles library installation on clusters, not file uploads to storage.
Author: LeetQuiz Editorial Team
No comments yet.