Xfce terminal

Xfce terminal

Shortcut KeyFunction
Ctrl + dKeyboard input ends or exits the terminal
Ctrl + sPause the current program and press any key to resume it
Ctrl + zPut the current program into the background
Ctrl + aMove the cursor to the beginning of the input line, equivalent to Home
Ctrl + eMove the cursor to the end of the input line, equivalent to End
Ctrl + kRemove content from the the place the cursor is currently at to the end of the line
Alt + BackspaceDelete a word forward
Shift + PgUpScroll up the terminal
Shift + PgDnScroll down the terminal

Create multiple files

When you are creating files, if you need to create multiple files at once, for example:“love_1_linux.txt,love_2_linux.txt,… love_10_linux.txt”, you can use the following command:

$ touch love_{1..10}_linux.txt

Parameters of who:.

ParameterDescription
-aPrint all information
-dPrint dead process
-mSame as am i,mom likes
-qGet number of users logged in and their user names
-uGet the list of users logged in
-rGet the current run level

Tags: ,