Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] [nb] How to change permission on this
Date: Sun, 17 Feb 2008 00:52:30
Message-Id: 20080217005205.3b812134@loonquawl.digimed.co.uk
In Reply to: Re: [gentoo-user] [nb] How to change permission on this by Dale
1 On Sat, 16 Feb 2008 10:50:37 -0600, Dale wrote:
2
3 > >> With recursion:
4 > >> chown -R user:group *
5
6 > > That won't cover hidden files, try
7 > >
8 > > chown -R user: ~user
9
10 > What does the "~" make it do different? Got me curious about that.
11
12 Nothing in itself, it just refers to the user's home directory. The
13 important point is that giving a directory matces all files in that
14 directory, whereas * omits those beginning with a . in most people's
15 shells.
16
17
18 --
19 Neil Bothwick
20
21 Strangely enough, Data finds himself relating to Heavy Metal.

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] [nb] How to change permission on this felix@×××××××.com