CentOS 7

環境

# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

書式
ping IPアドレス | tee ファイル名
t ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
ls -l/etc/alternatives/
「/etc/alternatives/」を使って、alterna ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式1
arch
「arch」を使用して、アーキテクチャを確認します。
使用例

# archx86_64 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
cut -b 開始位置-終了位置 ファイル名
cutコマンドを使用して、指定範囲でファイルの文字列を抽出します。 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
history -c
historyコマンドのオプション「-c」を使用して、コマンドの履歴を削除します。 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

操作方法
書式1
tail -n 行数値 ファイル名
オプション「-n 数値」でに数値を指定して、ファイルの行 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
rm -rf *
rmコマンドを使用して、全てのディレクトリ、ファイルを削除します。

使用例1 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
ip -4 addr
ip -4 a

使用例1

# ip -4 addr1: lo: < ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
pgrep プロセス名
「pgrep」コマンドを使ってプロセス名からプロセスIDを取得します。

使用 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
sudo du -h -d 階層数値 | sort -h

使用例1
「-d 1」を使って各ディレクト ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
top
「top」コマンドを使用して、リアルタイムでプロセスを表示します。

項目説明
PID ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
chage -l ユーザー名
chageコマンドを使用して、ユーザーのパスワードの状態を確認します。 ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式
“+%Y/%-m/%-d”
フォーマットを指定する際にハイフン(-)を使用して、

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

操作方法
1.シェル環境へ変更します
# csh

2.環境変数$CFTに「/data」を設定します ...

CentOS 7

環境
CentOS Linux release 7.9.2009 (Core)

書式1
id ユーザー名
「id」コマンドでユーザーを指定して、ユーザーIDを確認します。

使用例 ...

CentOS 7

環境
# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

操作方法
1.現在の有効なリポジトリ一覧を表示します
# y ...

CentOS 7

環境
# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

R言語のインストール
1.リポジトリを追加します

# yum ...

CentOS 7

環境
# cat/etc/redhat-release
CentOS Linux release 7.9.2009 (Core)

操作方法
1.システムアップデートを行います

# sudo y ...