It's because you already had a directory there in the first place. 
Linux will not overwrite a directory that way.

What you want to do is move the contents of the directory, not the
directory itself unless you know the target does not exist.


Code:
--------------------
    sudo mv /usr/share/squeezecenter/Plugins/Plugins/* 
/usr/share/squeezecenter/Plugins/
  sudo rmdir /usr/share/squeezecenter/Plugins/Plugins
  
--------------------


You should note the trailing '/' does have meaning.  Although in some
cases Linux will figure out what you meant by context.


-- 
SuperQ
------------------------------------------------------------------------
SuperQ's Profile: http://forums.slimdevices.com/member.php?userid=2139
View this thread: http://forums.slimdevices.com/showthread.php?t=58897

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/unix

Reply via email to