Re: Wrong Folder?
Paul <[email protected]>
| Newsgroups | gmane.mail.sylpheed.claws.general |
|---|---|
| Message-ID | <20220122132514.4bc26b2d@localhost> |
On Sat, 22 Jan 2022 07:20:26 -0600 "c. marlow" <[email protected]> wrote: > I figured out how to set permissions via the terminal And its not > that... > > I ran this command in the terminal > chmod +rwx "/home/chris/1.Christophers Mail/" You need to run chmod recursively, so that all files and folders have the correct permissions. (the 'x' is not need here, btw.) Join a linux users group, do some reading up on basic linux usage, and then many of your problems will evaporate. with regards Paul