1.任意终端运行程序
在ubuntu系统中安装了一些程序后,好多人想要想"ls"这种命令一样,可以在任意终端中运行该程序,这时可以借助Ubuntu中的软连接命令来实现这个功能,如下:
sudo ln -sf directory_path/安装程序的name /usr/bin/你想要起的name(如 haha)
然后就可以在打开的终端中运行命令:
$ haha # 就可以运行该程序了
https://blog.csdn.net/hansome_hong/article/details/108421103
标签:name,程序,haha,快捷键,终端,ubuntu From: https://www.cnblogs.com/sggggr/p/17788677.html