LoginSignup
1
1

More than 3 years have passed since last update.

LPIC201学習メモ

Posted at

LPIC201学習メモ

10年ぶりにLPIC試験を受けなおすのでその勉強の過程で記憶に残った部分をメモしていく

  • ブートローダの設定ファイルの場所
    /boot/grub/menu.lst(GRUBの場合)

  • GRUB2の場合
    /etc/default/grubの内容を修正した後update-grub2コマンド実行

  • ブートローダ時に設定されたカーネルパラメータは以下のコマンドで確認
    cat /proc/cmdline

  • systemdの管理コマンド→systemctl

    httpdサービス起動(.serviceは省略可能)
    systemctl start httpd.service
    or
    systemctl start httpd

  • 変更されているすべての設定ファイル表示
    systemd-delta

-debian系のサービス管理コマンド
update-rc.d samba default

-/etc/fstabの書式
デバイス名 マウントポイント ファイルシステム オプション dump fsck

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1