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

Re: changing user id for all files in a file system



Stephen R Laniel wrote:

sudo find / -uid [old UID] |xargs -i sudo chown [new UID] '{}'


Shouldn't it be followed by a semicolon?



Reply to: