Advertisement
Guest User

Untitled

a guest
Aug 12th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. [lithid@myhost SalvageMod]$ gcc --version
  2. gcc (GCC) 4.3.4
  3. Copyright (C) 2008 Free Software Foundation, Inc.
  4. This is free software; see the source for copying conditions. There is NO
  5. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  6.  
  7. [lithid@myhost SalvageMod]$ ls -l /usr/bin |grep gcc
  8. lrwxrwxrwx 1 root root 3 Apr 15 23:02 cc -> gcc
  9. lrwxrwxrwx 1 root root 16 Apr 21 15:04 gcc -> /usr/bin/gcc-4.3
  10. -rwxr-xr-x 3 root root 195508 Apr 21 14:30 gcc-4.3
  11. -rwxr-xr-x 1 root root 16141 Apr 21 14:30 gccbug-4.3
  12. -rwxr-xr-x 2 root root 286348 Apr 15 23:03 i686-pc-linux-gnu-gcc
  13. -rwxr-xr-x 3 root root 195508 Apr 21 14:30 i686-pc-linux-gnu-gcc-4.3
  14. -rwxr-xr-x 3 root root 195508 Apr 21 14:30 i686-pc-linux-gnu-gcc-4.3.4
  15. -rwxr-xr-x 2 root root 286348 Apr 15 23:03 i686-pc-linux-gnu-gcc-4.6.0
  16. lrwxrwxrwx 1 root root 7 Apr 15 16:27 winecpp -> winegcc
  17. lrwxrwxrwx 1 root root 7 Apr 15 16:27 wineg++ -> winegcc
  18. -rwxr-xr-x 1 root root 28668 Apr 15 16:27 winegcc
  19.  
  20. [lithid@myhost SalvageMod]$ ls -l /usr/bin |grep python
  21. lrwxrwxrwx 1 root root 16 Apr 21 10:13 python -> /usr/bin/python2
  22. lrwxrwxrwx 1 root root 9 Apr 15 08:12 python2 -> python2.7
  23. -rwxr-xr-x 1 root root 3144 Apr 15 08:12 python2.7
  24. -rwxr-xr-x 1 root root 1618 Apr 15 08:12 python2.7-config
  25. lrwxrwxrwx 1 root root 16 Apr 15 08:12 python2-config -> python2.7-config
  26. -rwxr-xr-x 3 root root 4008 Apr 15 07:29 python3
  27. -rwxr-xr-x 3 root root 4008 Apr 15 07:29 python3.2
  28. lrwxrwxrwx 1 root root 18 Apr 15 07:29 python3.2-config -> python3.2mu-config
  29. -rwxr-xr-x 3 root root 4008 Apr 15 07:29 python3.2mu
  30. -rwxr-xr-x 1 root root 1821 Apr 15 07:29 python3.2mu-config
  31. lrwxrwxrwx 1 root root 16 Apr 15 07:29 python3-config -> python3.2-config
  32. lrwxrwxrwx 1 root root 14 Apr 15 07:29 python-config -> python3-config
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement