[LINUX] The problem that the ifconfig command cannot be used

Error statement

When trying to verify the IP address

command



ifconfig 

-bash: ifconfig: command not found

It will be displayed

When I'm researching various things

I found that the commands that can be used differ depending on the version ...

Solution

command


ip address show

It seems that it is displayed by the command of

Recommended Posts

The problem that the ifconfig command cannot be used
Python note: When the pip command cannot be used
Python standard module that can be used on the command line
The --security option cannot be used with the dnf command on CentOS Linux
A solution to the problem that the Python version in Conda cannot be changed
Correspondence memo when the direction key cannot be used on the python command line
Goroutine (parallel control) that can be used in the field
Goroutine that can be used in the field (errgroup.Group edition)
Linux delete command when only the folder cannot be deleted
How to solve the problem that video content cannot be played on Firefox for Linux
The hostname command may be multifunctional
A timer (ticker) that can be used in the field (can be used anywhere)
[For IT beginners] What to do when the rev command cannot be used with Git Bash
About the matter that the re.compiled object can be used for the re.match pattern
Hide the warning that zsh can be used by default on Mac
Address to the bug that node.surface cannot be obtained with python3 + mecab
Items that cannot be imported with sklearn
The story of using mysqlclient because PyMySQL cannot be used with Django 2.2
Install Docker on CentOS8. The problem that the name could not be resolved was resolved.
About the matter that localhost: 4040 cannot be accessed after running Spark with Docker
I tried to summarize the operations that are likely to be used with numpy-stl
Linux command that can be used from today if you know it (Basic)
Functions that can be used in for statements
Summary of examples that cannot be pyTorch backward
Frequently used (personally) notes on the tar command
No module named'distutils.util' cannot be used with get-pip.py
[Django] css in the project cannot be read
The avi file output by OpenCV cannot be played
Basic algorithms that can be used in competition pros
The problem that scikit-learn gives the error No module named'_bz2'
The background color of the QWidget subclass cannot be set
Import libraries that cannot be pip installed with PyCharm
Python knowledge notes that can be used with AtCoder
[Memorandum] Japanese keys cannot be used in python string.Template.substitute
ANTs image registration that can be used in 5 minutes
[android] When AVD cannot be used with permission denied
list comprehension because operator.methodcaller cannot be used in python 2.5
[Django] About users that can be used on template
4 boxes that might be useful for the Pepper hackathon
List the classes that can be referenced by ObjCClass
[Redash] Standard library cannot be used in python function
C> strtok ()> runtime error> string literal cannot be used
[Small story] How to install the module when pip cannot be used due to proxy etc.
Problem that pip install cannot be done with pyenv + Yosemite (error: command'clang' failed with exit status 1)
[Django] Field names, user registration, and login methods that can be used in the User model
[Atcoder] [C ++] I made a test automation tool that can be used during the contest
Dealing with the error that HTTP fetch error occurs in gpg and the key cannot be obtained
How to set variables that can be used throughout the Django app-useful for templates, etc.-