Linuxのインストールとパッケージ管理 Flashcards

1
Q

ログファイルなど更新頻度が高いファイルを格納するディレクトリ

A

/var

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

GRUBブートローダを/dev/hdaにインストール

A

grub-install /dev/hda

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

GRUBの設定ファイル

A

/boot/grub/menu.lst

#boot=/dev/vda default=0 timeout=5 #splashimage=(hd0,0)/grub/splash.xpm.gz serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1 terminal --timeout=10 serial console hiddenmenu title CentOS (2.6.32-504.8.1.el6.x86\_64) root (hd0,0) kernel /vmlinuz-2.6.32-504.8.1.el6.x86\_64 ro root=UUID=34f12354-ca1d-4d67-ae3b-e3cd1e9f5936 rd\_NO\_LUKS rd\_NO\_MD SYSFONT=latarcyrheb-sun16 KEYBOARDTYPE=pc KEYTABLE=jp106 LANG=ja\_JP.UTF-8 rd\_NO\_LVM rd\_NO\_DM quiet nomodeset clocksource=kvm-clock console=tty0 console=ttyS0,115200n8r crashkernel=auto initrd /initramfs-2.6.32-504.8.1.el6.x86\_64.img title CentOS (2.6.32-504.3.3.el6.x86\_64) : :
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

catコマンドが必要とする共有ライブラリを調べる

A
# ldd /bin/cat linux-vdso.so.1 =\> (0x00007fff9cbff000) libc.so.6 =\> /lib64/libc.so.6 (0x0000003756a00000) /lib64/ld-linux-x86-64.so.2 (0x0000003756600000)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

共有ライブラリのキャッシュを更新する

A

ldconfig

名前 /sbin/ldconfig - 動的リンカによる実行時の結合関係を設定する 書式 /sbin/ldconfig [-nNvXV] [-f conf] [-C cache] [-r root] directory ... /sbin/ldconfig -l [-v] library ... /sbin/ldconfig -p
How well did you know this?
1
Not at all
2
3
4
5
Perfectly