Advertisement
Guest User

Untitled

a guest
May 7th, 2012
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [user@server mnt]# ls -lh
  2. total 4.0K
  3. ?--------- ? ? ? ? ? backup
  4. [user@server mnt]# rm backup
  5. rm: cannot lstat `backup': Host is down
  6. [user@server mnt]# unlink backup
  7. unlink: cannot unlink `backup': Is a directory
  8. [user@server mnt]# rm -d backup
  9. rm: cannot lstat `backup': Host is down
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement