Apple Education Software Installer 2011 System administrator`s guide Guida Utente Pagina 70

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 74
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 69
1 2 ... 65 66 67 68 69 70 71 72 73 74

Commenti su questo manuale

Nessun commento