[XeTeX] New warning in XeTeX?
Jonathan Kew
jonathan_kew at sil.org
Thu Jun 10 00:30:40 CEST 2004
On 9 Jun 2004, at 11:20 pm, Bruno Voisin wrote:
> Are you aware of any way to inspect the content of /var/root/, without
> having to activate the root account in NetInfo Manager.app (I'd rather
> avoid activating it if I may)?
You should be able to do
sudo ls -l /var/root/
to look at the directory without having to cd into it, and similarly
sudo rm /var/root/texmf.cnf
if you find there is a file there that you want to delete.
(sudo cd .... fails because cd is not a separate command, it's a shell
built-in; you could use "sudo sh" to start a new subshell with root
privileges and then cd within that...)
HTH,
Jonathan
More information about the XeTeX
mailing list