Mailing List Archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [tlug] Representing a blank space in an address





On 7/3/25 10:56, Jim Tittsler wrote:
On 2025/07/03 10:21, CL wrote:
|sudo chmod 777 -R (VBox file address) Except, when I run this, the output truncates at the spaces in the location address. Is there a way to represent the spaces in the address in a way that can be read by the process? I've tried replacing the spaces with underlines with no

You can precede each space with a backslash (\) to escape it or wrap the entire filepath in quotation marks.

Yes, I've tried quotation marks but the filepath keeps coming back "not found".  I've tried a number of different iterations that haven't worked for me but I am also concerned that the full path cannot be seen in the VirtualBox setup menu.  I'll move on to escape characters and see where I wind up. V7.1 has been a bugfarm since Day One.


Home | Main Index | Thread Index