Mailing List Archive
tlug.jp Mailing List
tlug archive
tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Representing a blank space in an address
- Date: Thu, 3 Jul 2025 19:47:12 +1200
- From: S Gibson <terryteo@example.com>
- Subject: Re: [tlug] Representing a blank space in an address
- References: <7aafa971-2fc8-40ce-ba20-8a5dae964cba@gmail.com> <CAEqUopqGnYhB=+upsTkwKx_ryps4V0h=EevBMF138etszXgjRg@mail.gmail.com> <dd514b17-654b-4e78-be59-7842320e488a@gmail.com>
On Thu, 3 Jul 2025 at 17:52, CL <cr.lipton@example.com> wrote:On 7/3/25 10:33, Stuart Luppescu wrote:
> I assume you tried escaping the space characters with backslashs?
>
That is "The next thing I try". I've been beating myself up using
quotation mark wrapping trying to find the recursive sweet spot that
fixes everything downstream.
You could try the following to see what directories / files would be changed:sudo find /media/onk-01/kubuntu_data/Current/home/onk-01/VirtualBox\ VMs/ -lsand check ownership and permissions. Before changing permissions if you have disk space you should take a back if you have capacity to do that.If you are happy with the output of that you can run:
sudo find /media/onk-01/kubuntu_data/Current/home/onk-01/VirtualBox\ VMs/ -exec chmod 777 {} +
or
find /media/onk-01/kubuntu_data/Current/home/onk-01/VirtualBox\ VMs/ -print0 | sudo xargs -r0 chmod 777
again if you are comfortable changing all the files under that path to world readable / writeable / executable.
- Follow-Ups:
- References:
- [tlug] Representing a blank space in an address
- From: CL
- Re: [tlug] Representing a blank space in an address
- From: Stuart Luppescu
- Re: [tlug] Representing a blank space in an address
- From: CL
Home | Main Index | Thread Index
- Prev by Date: Re: [tlug] Representing a blank space in an address
- Next by Date: Re: [tlug] Representing a blank space in an address
- Previous by thread: Re: [tlug] Representing a blank space in an address
- Next by thread: Re: [tlug] Representing a blank space in an address
- Index(es):