Firefox lock file?
Ray Parrish
crp at cmc.net
Wed Feb 11 20:55:07 UTC 2009
Ray Parrish wrote:
> Smoot Carl-Mitchell wrote:
>
>> On Tue, 2009-02-10 at 16:36 -0800, Ray Parrish wrote:
>>
>>
>>> NoOp wrote:
>>>
>>>
>>>> On 02/10/2009 06:48 AM, Smoot Carl-Mitchell wrote:
>>>> [snips]
>>>>
>>>> You can find out if files in your home directory are
>>>>
>>>>
>>>>
>>>>> owned by a user other than yourself by running in your home directory:
>>>>>
>>>>> find . ! -user username -ls
>>>>>
>>>>> This will give you a list of the files with the wrong ownership.
>>>>>
>>>>>
>>>>>
>>>> Good suggestion. You might want to pipe that to a text file so that you
>>>> can easily view it if the output is too long:
>>>>
>>>> find . ! -user username -ls > ownership
>>>>
>>>>
>>>>
>>>>
>>>>
>> Try running the find with sudo. That will eliminate the Permission
>> denied messages. It does look like you have a number of files which
>> should be owned by you and are not.
>>
>>
> Ok, I re-ran the find with sudo, and still get one error message -
>
> ray at ray-desktop:~$ sudo find . ! -user ray -ls > ownership.txt
> [sudo] password for ray:
> find: ./.gvfs: Permission denied
>
> I've uploaded the new ownership.txt file to
>
> http://www.rayslinks.com/ownership.txt
>
> I'm sure that many of the folders shown as not owned by me are the ones
> I cut and pasted in, but do not remember exactly where I cut them from.
>
> If I ever get over this sore throat and constant coughing I will be
> getting on this a bit more closely. For now I have very little energy
> and a headache to boot.
>
> I'm wondering if there is a command to get output of a date sorted list
> of the folders in my user folder. If their dates changed when I cut and
> pasted them, at least I could tell which ones did not belong.
>
> Later, Ray Parrish
>
>
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.
Later, Ray Parrish
--
Human reviewed index of links about the computer
http://www.rayslinks.com
Poetry from the mind of a Schizophrenic
http://www.writingsoftheschizophrenic.com/
More information about the ubuntu-users
mailing list