linux创建程序启动

1. 找到启动程序的*.sh文件

2. 获取root权限, 在 /usr/local/bin 文件夹下创建该文件的软链接 ln -s [target file] [file name]  // ln -s  /home/username/App/idealC/bin/idea.sh idea.sh

3. 在终端输入创建的链接 [file name] 即可打开程序

posted @ 2020-03-26 16:54  zjhangia  阅读(194)  评论(0编辑  收藏  举报