Re: Save a document as .doc instead of as odf or pdf

Top Pagina
Bijlagen:
Bericht als e-mail
+ (text/plain)
+ (text/html)
+ (text/plain)
Delete this message
Reply to this message
Auteur: James Mcphee
Datum:  
Aan: Main PLUG discussion list
Onderwerp: Re: Save a document as .doc instead of as odf or pdf
## Get all the files on the system owned by <olduser>
## I know it's probably just homedir, but you never know.

find / -user <olduser> -exec chown <newuser>:<newgroup> {} \;

## Then just drop a symlink onto the desktop for the old homedir.

ln -s /home/<olduser> /home/<newuser>/Desktop/OldHome

## or something along those lines?

## Normally I do my chuser's and simply keep the homedir intact. Maybe
rename (mv) if I'm feeling picky.

--
James McPhee

---------------------------------------------------
PLUG-discuss mailing list -
To subscribe, unsubscribe, or to change your mail settings:
http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss