0 Members and 1 Guest are viewing this topic.
BSD: % chmod 755 foo.tar.bz
Tone007, you've moved from permissions now to ownership, which under UNIX is a totally separate concept. In UNIX it is accomplished via chown, in the following syntax:% chown user:group $fileWindows NT lacks the difference here