Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • Can you past the output of alias ? Commented Apr 7, 2013 at 12:49
  • @prateek61 added Commented Apr 7, 2013 at 12:53
  • @prateek61 How could I check that ? Commented Apr 7, 2013 at 13:16
  • You could fix that particular error message by adding --backup to the mv options, however that won't make unrm work twice in reverse. Commented Apr 7, 2013 at 13:25
  • The rm alias has a very strange path in it: ../TrashCan/zarnihu. That's going into a TrashCan directory that is a sibling to your home directory. Additionally, the unrm alias right below uses the environment variable $TRASH_CAN. Can you tell us the result of echo $TRASH_CAN and also cd ~; pwd; cd /u/y2010/zarnihu/../TrashCan/zarnihu; ls -al. I suspect that either your TrashCan directory is supposed to be under your home dir, or that the permissions are not set correctly in the TrashCan directory. Commented Apr 7, 2013 at 18:46