Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. cp: error reading ‘/mnt/tt/file.txt’: Input/output error
  2. cp: failed to extend ‘/mnt/tt/file.txt’: Input/output error
  3.  
  4. command > out 2>error
  5.  
  6. command >out 2>&1
  7.  
  8. command &> out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement