Apple Education Software Installer 2011 System administrator`s guide Guia do Utilizador Página 70

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 74
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 69
64
The following script uninstalls the USB license drivers and saves them in a
folder named AladdinBackup in the home directory. As detailed previously,
to reinstall the drivers, you must have an installer.
To uninstall the license key drivers:
1. Open a Terminal window.
2. Run the following script.
dpid=$(ps axh | grep aksusbd | sed 's/ *\(.*\)/\1/' | cut -f1 -d\ | head -1)
if [ -n "$dpid" ]; then
sudo kill $dpid
fi
mkdir AladdinBackup
sudo mv /usr/libexec/aksusbd /System/Library/StartupItems/Aladdin/
AladdinBackup
Vista de página 69
1 2 ... 65 66 67 68 69 70 71 72 73 74

Comentários a estes Manuais

Sem comentários