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

Simple steps to encapsulate components in Vue projects

Table of contents Preface How to encapsulate a To...

XHTML tutorial, a brief introduction to the basics of XHTML

<br />This article will briefly introduce yo...

JavaScript Advanced Custom Exception

Table of contents 1. Concept 1.1 What are errors ...

5 ways to make your JavaScript codebase cleaner

Table of contents 1. Use default parameters inste...

Detailed Example of CSS3 box-shadow Property

CSS3 -- Adding shadows (using box shadows) CSS3 -...

Methods and steps to access Baidu Maps API with JavaScript

Table of contents 1. Baidu Map API Access 2. Usin...

Explanation of Dockerfile instructions and basic structure

Using Dockerfile allows users to create custom im...

Nginx Service Quick Start Tutorial

Table of contents 1. Introduction to Nginx 1. Wha...

Example of implementing translation effect (transfrom: translate) with CSS3

We use the translate parameter to achieve movemen...

Pure CSS to achieve hover image pop-out pop-up effect example code

Implementation principle The main graphics are co...

HTML Editing Basics (A Must-Read for Newbies)

Open DREAMWEAVER and create a new HTML. . Propert...

Double loading issue when the page contains img src

<br />When the page contains <img src=&qu...