当前位置:网站首页>2022.07.05
2022.07.05
2022-07-07 17:01:00 【ifuudoudou】
课时16补充
由于我的ubuntu一开始没有安装ssh服务器,所以需要先安装。
安装可以用
sudo apt-get install openssh-server
这个命令。
安装好之后,再利用 serve ssh status这个命令查看是否连接。
出现了active(running)证明连接成功。
在演示两台主机之间的连接时,需要用到两个虚拟机,这里就需要用到克隆。
首先在ubuntu上点击“管理”。
“管理”选项下有“自定义”,然后选择“库”。
选择之后会出现下面这个界面。
接着右键点击这个系统,选择“快照”-“拍摄快照”,直接保存快照就可以了。
最后再次右键,选择“管理”-“克隆”。
课时17
查看进程运行情况,相当于windows的任务管理器。
课时18
答案:
1.权限有三种:r(读)w(写)x(执行)。
用户的角色也只有三种,ugo。
2.ping。
3.ps-ajx,ps-aux都可以。
4.kill
5.ping
6.指定大小,ping -s,结束ping命令,ping -c
7.pop
8. 7代表最高权限,5代表有读和执行的权限,chmod u=rxw,g=rx,o=rx
9.df
课时20
课时21linux文件查找
课时22
课时23
边栏推荐
- Antisamy: a solution against XSS attack tutorial
- Creative changes brought about by the yuan universe
- 基于图像和激光的多模态点云融合与视觉定位
- App capture of charles+drony
- 虚拟数字人里的生意经
- 3. About cookies
- Is AI more fair than people in the distribution of wealth? Research on multiplayer game from deepmind
- "Decryption" Huawei machine vision Corps: Huawei is moving up and the industry is moving forward
- Recommend free online SMS receiving platform in 2022 (domestic and foreign)
- SD_ DATA_ SEND_ SHIFT_ REGISTER
猜你喜欢
Tsinghua, Cambridge and UIC jointly launched the first Chinese fact verification data set: evidence-based, covering many fields such as medical society
Redis集群与扩展
SlashData开发者工具榜首等你而定!!!
【软件测试】从企业版BOSS直聘,看求职简历,你没被面上是有原因的
[Blue Bridge Cup training 100 questions] sort scratch from small to large. Blue Bridge Cup scratch competition special prediction programming question centralized training simulation exercise question
Industry case | digital operation base helps the transformation of life insurance industry
将模型的记忆保存下来!Meta&UC Berkeley提出MeMViT,建模时间支持比现有模型长30倍,计算量仅增加4.5%...
[paper sharing] where's crypto?
[tpm2.0 principle and Application guide] Chapter 9, 10 and 11
50亿,福建又诞生一只母基金
随机推荐
Mathematical analysis_ Notes_ Chapter 11: Fourier series
PTA 1101 B是A的多少倍
AI来搞财富分配比人更公平?来自DeepMind的多人博弈游戏研究
Golang client server login
企业展厅设计中常用的三种多媒体技术形式
如何给“不卖笔”的晨光估值?
PTA 1102 teaching Super Champion volume
App capture of charles+drony
Reinforcement learning - learning notes 8 | Q-learning
【Unity Shader】插入Pass实现模型遮挡X光透视效果
6.关于jwt
The top of slashdata developer tool is up to you!!!
鸿蒙智能家居【1.0】
来了!GaussDB(for Cassandra)新特性亮相
单臂路由和三层交换的简单配置
2022-07-04 matlab reads video frames and saves them
Nat address translation
Comparison and selection of kubernetes Devops CD Tools
gsap动画库
【剑指 Offer】59 - I. 滑动窗口的最大值