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

Tips for adding favicon to a website: a small icon in front of the URL

The so-called favicon, which is the abbreviation o...

MySQL 5.7.18 installation tutorial under Windows

This article explains how to install MySQL from a...

Docker implements container port binding local port

Today, I encountered a small problem that after s...

Explanation of the steps for Tomcat to support https access

How to make tomcat support https access step: (1)...

Docker executes a command in a container outside the container

Sometimes we want to execute a command in a conta...

Native js to implement drop-down menu

Drop-down menus are also very common in real life...

Vue uses three methods to refresh the page

When we are writing projects, we often encounter ...

A brief analysis of the differences between undo, redo and binlog in MySQL

Table of contents Preface 【undo log】 【redo log】 【...

Vue+element+oss realizes front-end fragment upload and breakpoint resume

Pure front-end implementation:切片上傳斷點續傳.斷點續傳needs ...

Beginners learn some HTML tags (2)

Beginners can learn HTML by understanding some HT...

Implementation of MySQL master-slave status check

1. Check the synchronization status of A and B da...

Mini Program Recording Function Implementation

Preface In the process of developing a mini progr...

Example of implementing a virtual list in WeChat Mini Program

Table of contents Preface analyze Initial Renderi...