⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 Network Administration Visualized 网络管理可视化源码
💻
字号:
What is this?=============This directory contains utilities related to the start/stop system of NAVservices.iThe start/stop system provides an interface script (nav) to startand stop all the known NAV services, be they either daemons or cron jobs.  Alsoprovides a shell script containing general subroutines for starting, stoppingand detecting processes - this script can be sourced into other start/stopscripts.The start/stop system of NAV============================Most *NIX distributions today use a SysV style init system.  The NAV start/stopsystem partly mimics this system, but does not interfere with the global initsystem of an installation.NAV services consist of both daemons and cron jobs.  The daemons have theirrespective init-scripts for starting and stopping.  These are not placed in thesystem-wide init.d directory, but in a NAV specific one.The cron jobs run through a default crontab file, which is to be installed asthe crontab of an unprivileged user (by default, the user navcron is used).The crontab file is structured through special comments, which divide the cronjobs into subsystems.  This structure is parsed by the interface script,described in the next paragraph.A perl script (nav) is your interface to starting, stopping and querying thestatus of NAV services.  This script will define NAV services as whateverexecutable scripts exist in NAV's init.d directory, and every subsystem definedthrough the structure of the nav crontab file.  If asked to start or stop a NAVservice that is a daemon, it will call the init script of that daemon.  If theservice is recognized as a cron job, the relevant part of the NAV crontab filewill be extracted and inserted into the active crontab of the navcron user.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -