let me know how to do this please.MXRobo wrote: Wed May 29, 2024 12:36 am @pcfan
IIRC, you had a little trouble setting up the DATA partition - or whatever was used.
You may want to include that link, or at least the part indicating what you did.
Also, IIRC, I would not have done it the way that you did, BUT that's mostly because I really only know my method.
IIRC, CB bailed me out.
Good Luck
Cannot send files to the basket bin [Solved]
Re: Cannot send files to the basket bin
Re: Cannot send files to the basket bin
that means you have no files in that folder / directory. In order to see your rights for that folder.. you need to be one folder above it and do this:
ls is the list command.
- indicates the beginning of the command options.
l asks for a long list which includes the permissions.
d indicates that the list should concern the named directory itself; not its contents. If no directory name is given, the list output will pertain to the current directory.
Code: Select all
ls -ld your_directory
- indicates the beginning of the command options.
l asks for a long list which includes the permissions.
d indicates that the list should concern the named directory itself; not its contents. If no directory name is given, the list output will pertain to the current directory.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
- DukeComposed
- Posts: 1446
- Joined: Thu Mar 16, 2023 1:57 pm
Re: Cannot send files to the basket bin
"ls -la" should also provide this info, since it will include the . and .. directories in its output.CharlesV wrote: Sat Jul 13, 2024 11:15 am you need to be one folder above it and do this:
Code: Select all
ls -ld your_directory
Re: Cannot send files to the basket bin
Correct, I just wanted to get a little closer to 'the' folder', without all the other potential files etc.DukeComposed wrote: Sat Jul 13, 2024 11:49 am"ls -la" should also provide this info, since it will include the . and .. directories in its output.CharlesV wrote: Sat Jul 13, 2024 11:15 am you need to be one folder above it and do this:
Code: Select all
ls -ld your_directory
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
- DukeComposed
- Posts: 1446
- Joined: Thu Mar 16, 2023 1:57 pm
Re: Cannot send files to the basket bin
No disagreement there but if the directory is empty as we know it is, it wouldn't be a huge issue.CharlesV wrote: Sat Jul 13, 2024 11:56 am Correct, I just wanted to get a little closer to 'the' folder', without all the other potential files etc.
Re: Cannot send files to the basket bin
I just meant find your former url link and then simply paste it in a post.
I realize some time has elapsed since then, and others are addressing the issue.
Re: Cannot send files to the basket bin
CharlesV wrote: Sat Jul 13, 2024 11:15 am that means you have no files in that folder / directory. In order to see your rights for that folder.. you need to be one folder above it and do this:
ls is the list command.Code: Select all
ls -ld your_directory
- indicates the beginning of the command options.
l asks for a long list which includes the permissions.
d indicates that the list should concern the named directory itself; not its contents. If no directory name is given, the list output will pertain to the current directory.
Code: Select all
ls -ld
drwx------ 24 siloff siloff 4096 jul 13 17:58 .
Re: Cannot send files to the basket bin
Yup.. and that shows that your group owner permissions are not Read+writable.
Have a look here at the permissions you should have for a folder / file.
https://linuxhandbook.com/linux-file-permissions/
Have a look here at the permissions you should have for a folder / file.
https://linuxhandbook.com/linux-file-permissions/
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
Re: Cannot send files to the basket bin
thank you so very much!. I will save this website as pdf so I can read it step by step.CharlesV wrote: Sat Jul 13, 2024 6:27 pm Yup.. and that shows that your group owner permissions are not Read+writable.
Have a look here at the permissions you should have for a folder / file.
https://linuxhandbook.com/linux-file-permissions/
Re: Cannot send files to the basket bin
Your very welcome
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!