Linux mc command
Linux Command大全
The Linux mc command is used to provide a menu-driven file management program.
After executing mc, you will see a menu-based file management program, which is divided into 4 parts in total.
Syntax
mc [-abcdfhkPstuUVx][-C <parameter>][-l <file>][-v <file>][directory]
Parameter:
- -a Do not use drawing characters to draw lines when mc program draws lines.
- -b Display in monochrome mode.
- -c Display in color mode.
- -C<parameter> Specify the color to be displayed.
- -d Do not use the mouse.
- -f Display the directory where the mc function library is located.
- -h Display help.
- -k Reset softkeys to the preset.
- -l<file> Save the content of the ftpfs dialog window in the specified file.
- -P List the last working directory when the program ends.
- -s Display in slow terminal mode, in this mode, a large amount of drawing and text display will be reduced.
- -t Use the terminal set by TEMPCAP variable instead of the preset.
- -u Do not use the current shell program.
- -U Use the current shell program.
- -v<file> Use mc's internal editor to display the specified file.
- -V Display version information.
- -x Specify to display in xterm mode.
Linux MC Related Operations
Command Key |
Description |
F9 or Esc+9 |
Activate Menu Bar |
Tab |
Move between two windows |
F10 or Esc+0 |
Exit MC |
Control-Enter or Alt-Enter |
You can copy the filename to the command line |
F1 or Esc+1 |
Open Help Page |
Although MC is very useful, I still recommend that you use command-line tools!
Linux Command大全