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 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.

--
Jim Tittsler
Tokyo Linux Users Group https://tlug.jp/
TLUG Chat: https://app.element.io/#/room/#tlug.jp:matrix.org



Home | Main Index | Thread Index