Common Linux English Error Chinese Translation (Newbies Must Know)

Common Linux English Error Chinese Translation (Newbies Must Know)

1.command not found command not found

2. No such file or directory

3. Permission denied Insufficient permissions

4.No space left on device

5.File exists The file already exists

6.Is a directory This is a directory

7. Not a directory

8. Warning: Changing a readonly file Warning: Changing a readonly file

9.Found a swap file by the name ".1.swp"

(The unexpectedly closed files encountered by the vim editor have cache files)

10.unrecognized option '--oldboy' Unrecognized option, go to help

11.No route to host No route to host (firewall is not turned off)

12.connection refused Connection refused (firewall is not closed or service port is not open)

13. Access denied Access denied (permission or selinux)

The above is the detailed Chinese translation of common English errors in Linux introduced by the editor. I hope it will be helpful to everyone. If you have any questions, please leave me a message and the editor will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!

You may also be interested in:
  • Explanation of building graph database neo4j in Linux environment
  • How to install the standalone version of spark in linux environment without using hadoop
  • Build a Scala environment under Linux and write a simple Scala program
  • How to enter directory/folder in Linux without using CD command
  • Three ways to check whether a port is open in a remote Linux system
  • Detailed Linux installation tutorial
  • Detailed instructions for installing Swoole from source code package under Linux and basic usage operations
  • Detailed explanation of chmod command usage in Linux
  • Explanation of several ways to run Tomcat under Linux
  • View the dependent libraries of so or executable programs under linux

<<:  Vue custom v-has instruction, steps for button permission judgment

>>:  MySQL 5.7.20 common download, installation and configuration methods and simple operation skills (decompression version free installation)

Recommend

HTML tag ID can be a variable

<table id=" <%=var1%>">, the...

Two tools for splitting the screen in the Linux command line terminal

Here are two terminal split screen tools: screen ...

Two ways to visualize ClickHouse data using Apache Superset

Apache Superset is a powerful BI tool that provid...

Introduction to basic concepts and technologies used in Web development

Today, this article introduces some basic concept...

The difference between html Frame, Iframe and Frameset

10.4.1 The difference between Frameset and Frame ...

Writing methods that should be prohibited in native JS

Table of contents Block-level functions Directly ...

How to connect to MySQL using C++

C++ connects to MySQL for your reference. The spe...

Summary of Linux system user management commands

User and Group Management 1. Basic concepts of us...

Sending emails in html is easy with Mailto

Recently, I added a click-to-send email function t...

Vue encapsulation component upload picture component

This article example shares the specific code of ...

Detailed explanation of the correct use of the count function in MySQL

1. Description In MySQL, when we need to get the ...

Summary of some common configurations and techniques of Nginx

Preface This article lists several common, practi...

Details of using vue activated in child components

Page: base: <template> <div class="...

HTML table tag tutorial (11): horizontal alignment attribute ALIGN

In the horizontal direction, you can set the alig...