Originally posted by Bmode
Let's get this out, when I open the Terminal app this is what I get:
Last login: Mon Jan 26 12:25:48 on ttyp1
Welcome to Darwin!
[cpe-xx-xx-xxx-xxx:~] bmode%
Where do I type "ls -al" and what then? Do I hit enter? Return? I don't get any list? My apologies as I'm grateful for the input, but it really isn't step by step advice? Especially when I've never tinkered with Terminal.
Never assume anything, the folder I'm trying to organize is APPLICATIONS, just inside the hardrive icon along with 15 other folders.
Now I know why people buy Apple care! Thanks anyway friends.
The terminal commands given do not fix anything. They allow you to check to see if the database file that saves the display prefs was modified so you know if it will retain it's setting through restart.
If you still want to use this command here's what you need to do.
1. Open terminal
2. type CD followed by a space (do not press return yet)1
3. locate the folder that you want to verify the database file on.
4. drag the folder that you just located and drop it on to the terminal window.
5. You should now have a line with the cd and space you typed followed by the directory to the folder you dropped onto the terminal window.
6. If everything is displayed as I explained in line 5 now press return.
7. type 'ls -la' without the ticks but with the space in between the ls and the -la.
8. Press return.
9. You will now have a directory listing of all the items within the folder in question.
10. Find the .DS_Store file it's usually the third file down from the top of the list.
11. Note the date just next to it. This is the date this file was last updated.
12. If the date isn't current got to folder in question in the finder and change the view option from your current setting and back to what you want it to be.
13. In the terminal window press the up arrow once and press return. Pressing the up arrow will enter your last command you entered. The last command you entered should have been the 'ls -la' command.
14. You should now have another directory listing of the folder in question. Once again note the date of the .DS_Store file. Has it changed? If not redo lines 12-14 until it does.
15. If you did get the .DS_Store file to update good for you your settings should now be permanent. If not you may be able to delete the .DS_Store file or a finder pref and re-enter your settings and get it to work. I'll explain how to do this if needed.
16. Once you have done all the above and have had success or not type 'exit' in the terminal and press return.
17. You can now quit the terminal.