BertW om 20:06, 30-12-2003... Verder is het beter een symbolic link te leggen dan cp te gebruiken.dus:sudo ln -s /System/Library/Extensions/BootCache.kext/Contents/Resources/BootCacheControl /usr/sbin...van het support forum:"ln" creates a link to the file. "-s" creates a symbolic link. So instead of copying the file to another location (now two independent files,) link makes it so there is a master file and a link to that master (original) file. When the master file gets updated, the link points to the updated file. With copy (cp), the copy does not get updated.
michelvdb om 21:52, 30-12-2003CitaatBertW om 20:06, 30-12-2003... Verder is het beter een symbolic link te leggen dan cp te gebruiken.dus:sudo ln -s /System/Library/Extensions/BootCache.kext/Contents/Resources/BootCacheControl /usr/sbin...van het support forum:"ln" creates a link to the file. "-s" creates a symbolic link. So instead of copying the file to another location (now two independent files,) link makes it so there is a master file and a link to that master (original) file. When the master file gets updated, the link points to the updated file. With copy (cp), the copy does not get updated.Versta ik goed dat je het op de volgende manier ook kan oplossen?Of is een symbolic link iets anders dan een Mac OS X Alias?Log in als rootgebruikerga naar /System/Bibliotheek/Extensions/BootCache.kextControl-klik op BootCache.kext > Toon pakketinhoudGa naar Contents/Resources/BootCacheControlMaak een alias van BootCacheControlVerplaats die alias naar /usr/sbin/Log uit als rootgebruikerHerstartDe map /usr/sbin kan je heel snel bereiken vanuit Finder:Finder > Ga > Ga naar map... [of doe Shift+Command+G] > typ /usr/sbin/
BootCacheControl=/System/Library/Extensions/BootCache.kext/Contents/Resources/BootCacheControlif [ ! -f $BootCacheControl ]; then BootCacheControl=/usr/sbin/BootCacheControlfi