Apple Education Software Installer 2011 System administrator`s guide Betriebsanweisung Seite 70

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 74
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 69
1 2 ... 65 66 67 68 69 70 71 72 73 74

Kommentare zu diesen Handbüchern

Keine Kommentare