Linux command
mc.fm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start file manager
mc
Navigate directories
mc [/path/to/dir]
Open two directories
mc [left_dir] [right_dir]
View internal viewer
mc -v [file]
Edit with internal editor
mc -e [file]
说明
mc is Midnight Commander's file manager mode. It provides dual-pane file navigation. The tool supports keyboard-driven operations, archive browsing, and remote filesystem access.
参数
- -v _FILE_
- View file only.
- -e _FILE_
- Edit file only.
- -b
- Black and white.
- -c
- Color mode.
- --help
- Display help information.
FAQ
What is the mc.fm command used for?
mc is Midnight Commander's file manager mode. It provides dual-pane file navigation. The tool supports keyboard-driven operations, archive browsing, and remote filesystem access.
How do I run a basic mc.fm example?
Run `mc` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -v _FILE_ do in mc.fm?
View file only.