Untuk melihat file system yang digunakan dilinux gunakan perintah berikut ini :

hosting:/# df -T
Filesystem    Type   1K-blocks      Used Available Use% Mounted on
/dev/simfs   simfs    31048576   1123492  29925084   4% /
tmpfs        tmpfs     4079652         0   4079652   0% /lib/init/rw
tmpfs        tmpfs     4079652         0   4079652   0% /dev/shm

Atau gunakan perintah dibawah ini

hosting:/# mount
/dev/simfs on / type simfs (rw)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid)
proc on /proc type proc (rw,nosuid,nodev,noexec)
sysfs on /sys type sysfs (rw,nosuid,nodev,noexec)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,nosuid,noexec)

VN:F [1.6.8_931]
Rating: 0.0/10 (0 votes cast)
VN:F [1.6.8_931]
Rating: 0 (from 0 votes)