请问linux下,如何开机自动打开LXTerminal并运行./client 192.168.1.103
请问linux下,如何开机自动打开LXTerminal并运行./client 192.168.1.103
日期:2021-07-29 07:17:33 人气:1
我的是ubuntu系统,可以使用如下的方法:
echo 'lxterminal -e /path/to/client 192.168.1.103 &' >> ~/.profile
要写全client的路径
echo 'lxterminal -e /path/to/client 192.168.1.103 &' >> ~/.profile
要写全client的路径