moving folders
larry price
laprice at gmail.com
Wed Feb 9 18:18:48 UTC 2005
CLI way:
chmod [mode] [path]
where mode can be specified numerically (read the man page)
or in human readable format,
u user
g group
o other
+/- add or remove
r read
w write
x eXecute
you need to specify 1 or more of u,g, or o a + or - and one or more of r,w,x
pitfalls: directories must be executable to the user trying to access
them, since listing a directory is considered executing it.
The GUI way (Nautilus):
Navigate to the file or folder you want to act on, right click and
select Properties from the menu, Open the permissions tab. Change
On Wed, 09 Feb 2005 17:27:30 +0000, Norman Silverstone
<norman at littletank.org> wrote:
> On Wed, 2005-02-09 at 16:43 +0100, Erik Bågfors wrote:
> > Lot's of people have answered in the "cli" way.
> >
> > The GUI way is,
> > As user 2, navigate to /home/user1/Desktop
> > drag the folder to your desktop
> >
> >
> > In case user1 hasn't given user2 permissions to read his Desktop
> > directory this might not work.
>
> I tried this but it did not work and I assume that user2 did not have
> the required permissions. For future reference how are the permissions
> given?
>
> --
> ubuntu-users mailing list
> ubuntu-users at lists.ubuntu.com
> http://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>
--
http://Zoneverte.org -- information explained
Do you know what your IT infrastructure does?
More information about the ubuntu-users
mailing list