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

Forside
Vedhæftede filer:
Indlæg som e-mail
+ (text/plain)
+ (text/html)
+ (text/plain)
Slet denne besked
Besvar denne besked
Skribent: James Mcphee
Dato:  
Til: Main PLUG discussion list
Emne: 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