
06-30-2008, 05:28 PM
|
 |
Moderator
|
|
Join Date: Jan 2008
Device + Firmware: AT&T 2G 2.2.1 & 3GS
Operating System: Leopard / XP/Windows 7
Location: Austin, TX
Posts: 4,030
Thanks: 154
Thanked 708 Times in 501 Posts
|
|
|
|
2) Move your applications folder to the /private/var folder by typing the following:
mv /Applications /private/var/Applications
3) Change directory to / by typing
cd /
4) Create a symbolic link to the Applications folder's new location:
ln -s /private/var/Applications Applications
5) Type the following to get a directory list of /, so we can make sure the symbolic link was created correctly:
ls -la
|
|