把压缩包解压到指定目录

tar -zxvf jdk-10.0.1_linux-x64_bin.tar.gz -C /home/huanyu/applications

建立快捷方式

[Desktop Entry]     //表示桌面快捷方式
Name=idea-IU      //显示的名称
Comment=idea-IU-181.5281.24    //描述
Exec=/home/huanyu/applications/idea-IU-181.5281.24/bin/idea.sh   //执行文件的绝对路径
Icon=/home/huanyu/applications/idea-IU-181.5281.24/bin/idea.png  //显示图标的绝对路径
Terminal=false  //是否同时启动终端
Type=Application   //快捷方式类型
Categories=Development;   //类别
StartupNotify=true  //启动提醒
NoDisplay=true

卸载应用

 sudo apt-get  purge  sogoupinyin

系统自带截图工具

//截取全屏
Ctrl + Prtscsysrq  或  Prtscsysrq

//灵活截屏
Ctrl + shift + Prtscsysrq

显示当前工作目录

[email protected]:~$ pwd
Linux 常用指令(一)
image.png

更改工作目录路径

[email protected]:~$ cd ..    //返回上级目录
Linux 常用指令(一)
image.png
Linux 常用指令(一)
image.png

人性化显示,会显示以G或M为单位的容量,而不是字节(B)


Linux 常用指令(一)
image.png

Linux 常用指令(一)
image.png

只显示当前用户通过终端启动的应用程序


Linux 常用指令(一)
image.png

显示终端上的所有进程,包括其他用户的进程
Linux 常用指令(一)
image.png

显示进程所有信息
Linux 常用指令(一)
image.png

top 动态监视进程,相当于windows中的资源管理器,按q退出


Linux 常用指令(一)
image.png

用kill结束进程, kill -9 可以强制结束
Linux 常用指令(一)
image.png

Linux 常用指令(一)
image.png

Linux 常用指令(一)
image.png
Linux 常用指令(一)
image.png

创建相对路径软链接


Linux 常用指令(一)
image.png

创建绝对路径的软链接


Linux 常用指令(一)
image.png

创建软链接应该要用绝对路径,不然软链接被移动到其他目录后就不可用了


Linux 常用指令(一)
image.png

创建硬链接
Linux 常用指令(一)
image.png

Linux 常用指令(一)
image.png
Linux 常用指令(一)
image.png
Linux 常用指令(一)
image.png
Linux 常用指令(一)
image.png

相关文章:

  • 2021-12-26
  • 2021-11-03
  • 2021-08-16
猜你喜欢
  • 2022-02-03
  • 2021-08-29
  • 2021-12-21
  • 2021-07-30
  • 2021-11-02
  • 2021-12-26
  • 2021-08-17
相关资源
相似解决方案