Questions tagged «lsb»



1
什么是status_of_proc,我怎么称呼它?
在Debian 7(Wheezy)中Nginx的初始化脚本中,我阅读了以下摘录: status) status_of_proc -p /var/run/$NAME.pid "$DAEMON" nginx && exit 0 || exit $? ;; 这段代码可以正常运行并sudo service nginx status输出[ ok ] nginx is running。尚未status_of_proc在bash中定义,也未在破折号中定义: $ type status_of_proc status_of_proc: not found 虽然如果我将相同的检查插入到nginx脚本中,则会得到以下结果: status_of_proc is a shell function 在init文件本身上运行bash提供了进一步的解释: status_of_proc is a function status_of_proc () { local pidfile daemon name status OPTIND; …

2
在Linux安装的每个主文件夹中应该包含哪些内容?
已锁定。该问题及其答案被锁定,因为该问题是题外话,但具有历史意义。它目前不接受新的答案或互动。 例如bin,sbin,proc,lib,boot,usr等... 某处是否有标准清单,是否取决于发行版? 这实际上是在回答我有一个常见问题:“我要在服务器上安装X或将Y放置在服务器上,应该将其放在哪个文件夹中?”
8 linux  directory  lsb 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.