https://en.wikipedia.org/wiki/List_of_Unix_commands IEEE Std 1003.1-2008 utilities
Usage: scxadmin Generic options (for all commands) [-quiet] Set quiet mode (no output) General Options scxadmin -version Service Management scxadmin {-start|-stop|-restart|-status} [all|cimom|provider] Providers Management scxadmin -config-list {RunAs} scxadmin -config-set {RunAs} {CWD=<...
Users do not deal with the operating system directly. Most of your interaction with a Unix system takes place in a shell, a program that is run every time you log in, and displays the “$” prompt. The shell is known as command interpreter, you give it commands, and it runs them. S...
This article provides practical examples for 50 most frequently used commands in Linux / UNIX. This is not a comprehensive list by any means, but this should give you a jumpstart on some of the common Linux commands. Bookmark this article for your future reference. Did I miss any frequently...
To stray a bit into the weeds, you can witness the power of construing everything as a file by running the 'lsof' command. Short for "list open files," 'lsof' enumerates all files currently in use which fit certain criteria. Example criteria include whether or not the files use system...
It is a text file of commands to be executed as a program. But the shell won’t execute the script unless its “x” bit is set. The “Root” User There is one very special user, named “root,” in every Linux system. root can do anything to any file, regardless of the ...
list, check, reload, update & remove plugin(s) with commands Dependencies: zsh gnu coreutils git (optional, if you want to clone git repositories from internet) curl (optional, if you want to fetch a script file by url) Pros: extremely simple and light, but enough to use. compared to ...
as a filter (that is, a component of a pipeline) to process data. In this section we briefly review some of the more widely used filter commands (including some used in passing above), but the list is practically endless. Filter commands are so team oriented that it’s sometimes hard to...
/* * process.c * command processing layer * * The process(char ** arglist) function is called by the main loop * It sits in front of the execute() function. This layer handles * two main classes of processing. * a) built-in functions(e.g. exit(), set, =, read,..) * b) ...
Name of the PID file. Default:/tmp/zabbix\_agentd.pid RefreshActiveChecks How often the list of active checks is refreshed, in seconds. Note that after failing to refresh active checks the next refresh will be attempted in 60 seconds. ...