新試験範囲対応! 『Linux教科書 LPIC-1』 (あずき本)

[解答例]
/proc/mounts

[解説]
/etc/mtabや/proc/mountsにはマウント中のファイルシステムの情報が格納されています。
$ cat /proc/mounts
rootfs / rootfs rw 0 0
/dev/root / ext3 rw 0 0
/proc /proc proc rw 0 0
usbdevfs /proc/bus/usb usbdevfs rw 0 0
/dev/hda1 /boot ext3 rw 0 0
none /dev/pts devpts rw 0 0
none /dev/shm tmpfs rw 0 0

[範囲]
LPIC 201 − ファイルシステム
ファイルシステムの操作

[出題者]
中島 能和