Linux確認コマンド - tetsuyaf1100/hello-world GitHub Wiki
Linux確認コマンド
- yum list
sudo yum list | grep python
sudo yum repolist all
- os
cat /etc/redhat-release
- Internet 疎通
wget google.com
- check timezone
timedatectl | grep -i 'time zone:'
- ip address
ip a
- default gateway
route -n
- iptables
sudo iptables --list