首页 > TAG信息列表 > init-script

是否可以在没有传统命令shell的情况下创建Linux环境?

即 >使用类似IPython,re.pl或某些东西的登录shell,而不是bash / ksh / etc. >使用Python或其他脚本语言编写的initscripts等,并且不使用任何shell脚本>没有安装任何与POSIX兼容的命令shell 换句话说,我正在考虑更像Windows的方法,其中“CLI”是一个真正的脚本语言(一个Powershell)

shell – Grepping变量

我编写了一个简单的init脚本来启动和停止Python脚本作为服务.我必须明确我正在运行的Python版本,因为这是在带有Python 2.4和Linux的CentOS 5盒子上. 2.6安装(均通过yum). 这是我到目前为止所拥有的: #!/bin/sh # chkconfig: 123456 90 10 workdir=/usr/local/bin/Foo start() {

linux – 我可以让Qemu退出内核恐慌失败吗?

我正在尝试将Qemu添加到我的持续集成管道中以测试各种initrd工件.我已经发现我可以像这样运行Qemu: qemu-system-x86_64 \ -machine q35 \ -drive if=pflash,format=raw,file=OVMF_CODE.fd,readonly \ -drive if=pflash,format=raw,file=OVMF_VARS.fd \ -kernel vm

如何在Amazon linux上运行启动脚本?

我正在尝试创建一些应该在开始时运行的脚本. 现在我在/etc/init.d/下创建了一些myScript文件 然后运行sudo chkconfig –add myScript; chkconfig –list myScript输出是:myScript 0:off 1:off 2:on 3:on 4:on 5:on 6:off myScript的: #!/bin/sh # chkconfig: 2345 98 02 # description: #

如何正确使用Gentoo Linux作为现有发行版的补充?

虽然我原本想要entirely replace the Linux distribution my NAS uses,但我同时得出的结论是,最好让现有系统尽可能不修改,只需通过Gentoo(或Arch)Linux补充它 – 这基本上就是the answer to the previous question suggested.所以目前唯一的修改到原始系统包含一个/ gentoo目录,我

Linux中“/etc/init.d”和“/etc/rcX.d”目录之间的联系是什么?

我正在从一本名为“Linux Command Line and Shell Scripting Bible, Second Edition”的书中学习命令行.这本书说明了这一点: Some Linux implementations contain a table of processes to start automatically on bootup. On Linux systems, this table is usually located