I looked at all the other posts on this but can't find the directories mentioned (~/.config/google-chrome/Default/Bookmarks, it's a JSON file.). Being a 2 day Newbie to Ubuntu/Linux I would like to know if the location has changed in the latest version or if not how I locate the directory indicated. I have logged in as root and searched for the folder and can't find it although I imported my bookmarks from a html file so I know that they must be saved somewhere.
|
| ||||
|
feedback
|
|
If you are logged in as root then ~ will take you to the root's home directory. You're probably needing to look under /home/USERNAME/.config/google-chrome/Default/ The file is called Bookmarks. Replace USERNAME with your actual username. Also, keep in mind that Ubuntu, like many linux distros, are case sensitive with files and directories. Off Topic, you should not be logging in as root. Typically, most people will use [Edit RE Comment] if you're logged in as root on your terminal and you're seeing
Whenever you see a So, whether you're logged in as root or your user, do this:
| |||||||||||
feedback
|