View Single Post

  #3 (permalink)  
Old 08-29-2007, 05:46 PM
b3n b3n is offline
Junior Member
User
 
Join Date: Aug 2007
My distro: RHEL ES4
Posts: 4
Rep Power: 0
b3n is on a distinguished road
Default

Thanks,

Ahh I'm a linux newbie so I don't really know the answers to your questions!

This is a live production server so I don't want to break it.

Here's the output from those commands:
Code:
/dev/hda5 on / type ext3 (rw,usrquota)
none on /proc type proc (rw)
none on /sys type sysfs (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbfs on /proc/bus/usb type usbfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw,noexec,nosuid,nodev)
/dev/hda2 on /tmp type ext3 (rw,noexec,nosuid,nodev)
none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw)
/proc on /var/named/run-root/proc type none (rw,bind)
Code:
Filesystem           1K-blocks      Used Available Use% Mounted on
/dev/hda5             73718652  16621944  53351960  24% /
/dev/hda1               101086      8722     87145  10% /boot
none                    517768         0    517768   0% /dev/shm
/dev/hda2              2063536     44936   1913776   3% /tmp

Last edited by b3n; 08-29-2007 at 05:49 PM..
Reply With Quote