2306OpenFOAM编程

汪洋

2023年8月01日

Linux部分内容组成

  • Lecture 1 shell commands
  • Lecture 2 text editors/shell scripts/Compiling,Distros and packaging
  • Lecture 3 version/remote control/process managment
  • Lecture 4 virtual machine/container

shell常用命令

  • 1 文件命令
  • 2 系统信息
  • 3 解压缩
  • 4 进程管理
  • 5 文件权限
  • 6 网络
  • 7 安装
  • 8 远程
  • 9 查询

文件命令

文件命令

DEMO

系统信息

系统信息

DEMO

解压缩

DEMO

进程管理

DEMO

文件权限

  • chmod xxx file: 改变文件/文件夹的权限
  • chmod 777: user/group/onwer都可读可写可执行/li>
  • chmod 755: user可读可写可执行,/group/onwer可读可执行

DEMO

网络

安装

远程

DEMO

搜索

  • grep: 搜索工具

DEMO

路漫漫其修远兮