Directory structure and meaning of Linux system

After the login system, under the command window type the command:  You will see as shown in the figure below: Tree directory structure: The following is the explanation for these directories: /bin: Bin is the abbreviation of Binary, this directory holds the...

Linux common commands tutorial and use examples

Linux Commands Tutorial 1. Linux common directory command list 2. Linux file operations commands 3. Linux file permissions commands 4. Linux file content view commands 5. Linux text processing commands ......

How to mount volume in docker container

Docker run use -v bind mount a volume. You can also modify the docker hostconfig.json and config.v2.json configuration files to mount volumes to existing docker...

How to set docker container host name

When we start a new container, the default host name is the container’s id. This host name is not only easy to remember, but also...