Message boards : BOINC client : file transfer and permissions
Message board moderation
Author | Message |
---|---|
Send message Joined: 5 Dec 05 Posts: 38 ![]() |
Dear All, I am trying to copy some files on my desktop to the following directory: /var/lib/boinc-client/projects/. I found that I did not have permission to copy to the projects file. I went through the following commands. I opened up a terminal and logged in as superuser su I then pointed to the projects file and then modified the ownerships with chmod Unfortunately this did not work. Here are the ownerships if the file projects. dr-xr-x--x 3 boinc boinc 4096 2008-04-18 07:00 projects This return obviously says there are three files within projects but all I find is one named setiathome.berkeley.edu Why the mismatch? Could anybody help me out. Once I have changed the ownerships in order that I can copy files to it will I be able to drag and drop or will I have to use the cp command? Nevica |
Send message Joined: 16 Apr 06 Posts: 386 ![]() |
If I recall correctly chmod alters filepermissions, but ownership is set via chown? (I'm not too sure, never used chown). |
![]() ![]() Send message Joined: 30 Oct 05 Posts: 1239 ![]() |
Yup. chmod does permissions. chmod does both owners and groups. There is also chgrp. If you need to change both the owner and group, you'll need to do chown ownername:groupname substituting the correct owner and group, of course. Kathryn :o) |
Send message Joined: 2 Sep 05 Posts: 103 ![]() |
dr-xr-x--x 3 boinc boinc 4096 2008-04-18 07:00 projects There's no mismatch. 3 is the link count. The first is the parent directory (..), the second is the self-reference (.) and the third is the S@H subdirectory. "The ultimate test of a moral society is the kind of world that it leaves to its children." - Dietrich Bonhoeffer |
Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.