You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you move files to a symlinked directory this fails.
eg.: /lib is symlinked to /usr/lib
mv file /lib fails --> symlink get replaced by file
mv file /lib/ works
With mv from coreutils both work.