Linux 001

  • ls 返回当前目录
(base) qiao@DESKTOP-9NGQK8T:~$ ls
Miniforge3-Linux-x86_64.sh  miniforge3
  • tree 返回目录树
sudo apt install tree
  • pwd 查看路径
(base) qiao@DESKTOP-9NGQK8T:~$ pwd
/home/qiao
  • mc 文件管理
sudo apt install mc

Midnight Commander - 适用于 Linux 的基于控制台的文件管理器

如何使用Midnight Commander,一个可视文件管理器-腾讯云开发者社区-腾讯云

  • lsb_release -a 查看Ubuntu版本
1
2
3
4
5
6
(base) qiao@DESKTOP-9NGQK8T:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.4 LTS
Release:        22.04
Codename:       jammy