To access the file in any way - read, write, execute, delete - you need to specify its location. The location of a file is always its position in the directory tree, where Unix has only one directory tree, starting from one root.
If the device is not turned on (and, therefore, its own (auxiliary) directory tree) is in the "main" directory tree, it is not available.
Including the device directory tree in the system "main" directory tree is what is known in the Unix world as the "installation".
source
share