i used the code in terminal
sudo mv filename.jpg /usr/share/backgrounds
but when i check there, it is missing, also can't find in /home
|
i used the code in terminal
but when i check there, it is missing, also can't find in /home |
|||
|
if you typed the command as above do this
you may have 2 backgrounds, one being a directory and the other being the jpg having been renamed to backgrounds without a file extension. |
|||||
|
sudo mv filename.jpg /usr/share/backgroundwould move your file filename.jpg to /usr/share/background (and 'background' would be a file, not a folder). – martin-mystere Dec 6 '12 at 17:01bashcommand history. Simply give the commandhistory | lessand bash will spew all your old commands out. Scroll to the bottom (try the [End] key) and start looking for the relevant command. – gh403 Dec 6 '12 at 17:52