Home  >  Article  >  Operation and Maintenance  >  What are the commonly used Linux terminal commands?

What are the commonly used Linux terminal commands?

PHPz
PHPzforward
2023-05-20 16:20:44867browse
  1. Command line daily shortcut keys

CTRL + U         剪切光标前的内容

CTRL + K         剪切光标至行末的内容

CTRL + Y        粘贴

CTRL + E        移动光标到行末

CTRL + A        移动光标到行首

ALT + F         跳向下一个空格

ALT + B         跳回上一个空格

ALT + Backspace 删除前一个单词

CTRL + W        剪切光标后一个单词

Shift + Insert  向终端内粘贴文本
  1. Use htop to view and manage processes

  2. What are the commonly used Linux terminal commands?

The above is the detailed content of What are the commonly used Linux terminal commands?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:yisu.com. If there is any infringement, please contact admin@php.cn delete