如何在linux中的终端快速启动程序

2025-04-24 18:15:39
推荐回答(1个)
回答1:

你在终端里直接打个firefox试试,如果有程序不行的话就用别名,比如

alias ll="ls -l"

你可以用

alias Program="path/Program"