Apple Education Software Installer 2011 System administrator`s guide Podręcznik Użytkownika Strona 70

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 74
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 69
1 2 ... 65 66 67 68 69 70 71 72 73 74

Komentarze do niniejszej Instrukcji

Brak uwag