IT graph

気になったデバイスやプログラムで楽しくやっていけたら良いなと思っております。

Linux

Linux group / id / accesslist

■グループの追加・削除・変更 groupadd groupdel groupmod■ユーザーの追加・削除・変更 useradd groupも同じ名前になる userdel usermod■パスワードの設定 passwd gpasswd■ユーザーをグループに追加・削除 usermod -aG gpasswd -a/-d/-M■設定・データベース…

gcc version confirmation

■ RHELTo see whether gcc is installed on RHEL, query for the gcc package as follows rpm -q gcc ■ GCCthe version of the gcc executable gcc --version gcc -dumpversion

red hat epel install

[root@localhost ~]# dnf install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm -y サブスクリプション管理リポジトリーを更新しています。 メタデータの期限切れの最終確認: 0:27:40 前の 2024年03月17日 13時15分22秒 に実施…