Firefox lock file?
Jason Crain
jason at bluetree.ath.cx
Wed Feb 11 21:00:48 UTC 2009
On Wed, February 11, 2009 2:55 pm, Ray Parrish wrote:
> Ray Parrish wrote:
> I just tried to chnage the permissions on the .mozilla folder's contents
> and got the following error.
>
> ray at ray-desktop:~/.mozilla$ sudo chown -R ray:ray
> chown: missing operand after `ray:ray'
> Try `chown --help' for more information.
>
> I don't know how to specify all files for the file target which is
> missing in the command according to man chown.
Try `sudo chown -R ray:ray .'
`.' means the current directory.
More information about the ubuntu-users
mailing list