View Single Post
  #4 (permalink)  
Old 06-30-2008, 05:28 PM
Poseidon79's Avatar
Poseidon79 Poseidon79 is offline
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
Digg StumbleUpon Delicious Reddit Newsvine Google Yahoo Thanks Reply With Quote
The Following User Says Thank You to Poseidon79 For This Useful Post:
Ivel (06-30-2008)