標準Linuxの/etcディレクトリにあるファイル。
fileコマンド?で調べてみる。
fileコマンド?で調べてみる。
~ # file /etc/BootFlag file: Using regular magic file `/usr/share/magic' file: couldn't find any magic files! /etc/BootFlag: ASCII text
テキストファイルであることがわかるので開いてみる。
~ # cat /etc/BootFlag tftpboot=no
tftpboot=noという一文が記述されただけのテキストファイルだ。