Advertisement
Guest User

Untitled

a guest
Jul 10th, 2012
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. [root@sv3 temp3]# stat /usr/bin/ruby
  2. File: `/usr/bin/ruby'
  3. Size: 9025295 Blocks: 17664 IO Block: 4096 regular file
  4. Device: fd00h/64768d Inode: 75476039 Links: 1
  5. Access: (0755/-rwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ root)
  6. Access: 2012-07-10 13:24:30.000000000 +0200
  7. Modify: 2012-07-09 15:14:38.000000000 +0200
  8. Change: 2012-07-10 09:53:06.000000000 +0200
  9.  
  10.  
  11. [root@sv3 temp3]# ldd /usr/bin/ruby
  12. libpthread.so.0 => /lib64/libpthread.so.0 (0x000000343fc00000)
  13. librt.so.1 => /lib64/librt.so.1 (0x0000003440400000)
  14. libdl.so.2 => /lib64/libdl.so.2 (0x000000343f800000)
  15. libcrypt.so.1 => /lib64/libcrypt.so.1 (0x000000344ee00000)
  16. libm.so.6 => /lib64/libm.so.6 (0x000000343f400000)
  17. libc.so.6 => /lib64/libc.so.6 (0x000000343f000000)
  18. /lib64/ld-linux-x86-64.so.2 (0x000000343ec00000)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement