
Answer-first summary for fast verification
Answer: ~/bin
The correct answer is **B** because Cloud Shell provides 5 GB of persistent disk storage mounted as your `$HOME` directory on the virtual machine instance. This storage is per-user and available across projects, persisting between sessions. Files stored in your home directory, including scripts and configuration files, remain accessible. The `~` symbol represents the home directory. - **A** is incorrect as there's no need to use Cloud Storage for data that can persist in the `$HOME` directory. - **C** is incorrect because the `/usr/local/bin` directory is not writable. - **D** is incorrect as `/cloud-shell/scripts` is not a valid directory. For more details, refer to [Cloud Shell documentation](https://cloud.google.com/shell/docs/how-cloud-shell-works).
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.