Advertisement
Guest User

Untitled

a guest
May 22nd, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.36 KB | None | 0 0
  1. In [1]: f = open('/proc/self/mem')
  2.  
  3. In [2]: f
  4. Out[2]: <open file '/proc/self/mem', mode 'r' at 0x1c8f580>
  5.  
  6. In [3]: c = f.read()
  7. ---------------------------------------------------------------------------
  8. IOError                                   Traceback (most recent call last)
  9.  
  10. /home/me/<ipython console> in <module>()
  11.  
  12. IOError: [Errno 5] Input/output error
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement