Re: [orca-list] Migrating Orca Settings: Is this method a smart move?



On 11/02/2019 15:33, Janina Sajka via orca-list wrote:
Look at an ls -l listing of the file. You'll see two named entities, one
will be christopher, and the second may be christopher, or users, or
something else depending on what Linux distribution you're running. With
that said, here's how to change the ownership to christopher:

chown christopher:christopher [file]

A small caveat: not all distribution create a group for each user,
e..g some put all users in one group "users".

To cover all cases you can write:
chown chistopher: [file]
This will transfer ownership of [file] to user Christopher and his
main group, whatever it be named.

Best,

Didier


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]