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

Re: condividere una partizione con due debian. inconvenienti?



On Fri, Jan 09, 2004 at 12:38:56AM +0100, Leonardo Canducci wrote:
> >  usermod -u 1000 <user>
> > 
> e poi? cambiano anche i relativi permessi in tutti i file esistenti?

solo quelli nella home dell'utente. per gli altri
 find / -uid 1001 -print | xargs chown 1000
oppure
 chown -R --from=1001 1000 /

-- 
Programmers used to batch environments may find it hard to live without
giant listings; we would find it hard to use them.
		-- D.M. Ritchie



Reply to: