启动期间的睡眠命令,linux

时间:2014-11-27 22:08:58

标签: linux terminal sleep desktop startup

我想知道为什么这不起作用以及我可以做什么作为替代方案。 "睡10& tilda"在常规控制台中工作,但似乎在启动周期中没有运行。我需要使用睡眠,因为如果我没有tilda窗口看起来不应该。 enter image description here

1 个答案:

答案 0 :(得分:0)

此处输入的“命令”不是完整的shell提示 - 您只能指定命令名称和一些参数。如果要使用shell,则必须明确调用它:

bash -c "sleep 10 && tilda"