Unnecessary system software should not be installed or configured on a system. Software which is no longer required should be removed completely, if possible. *Identify what services are running **netstat -na **lsof **nmap **sockstat -4 (FreeBSD) The commands inetd and xinetd act as super-servers for a variety of network protocols such as rlogin, telnet and [...]
Unix
The latest articles related to Unix
head is a program on Unix and Unix-like systems used to display the first few lines of a text file or piped data. The command syntax is: head [options] By default, head will print the first 10 lines of its input to the standard output. The number of lines printed may be changed with a [...]
The Bourne shell was one of the major shells used in early versions of the Unix operating system and became a ”de facto” standard. It was written by Stephen Bourne at Bell Labs and was first distributed with Version 7 Unix, circa 1977. Every Unix-like system has at least one shell compatible with the Bourne [...]
nl is a Unix utility for numbering lines, either from a file or from standard input, reproducing output on standard output. It has a number of switches: *a – number all lines *t – number lines with printable text only *n – no line numbering *string – number only those lines containing the regular expression [...]
Since its beginnings OTRS has been implemented in the programming language Perl. The web interface is made more user-friendly by using JavaScript (which can be switched off for security reasons). Different functionalities are implemented as reusable backend modules, making it possible to create custom modules to extend the functionality of the OTRS system. The web [...]
The Unix system is composed of several components that are normally packed together. By including — in addition to the kernel of an operating system — the development environment, libraries, documents, and the portable, modifiable source-code for all of these components, Unix was a self-contained software system. This was one of the key reasons it [...]
In the mid-1980s, the two common versions of Unix were BSD, from the University of California, Berkeley, and System V, from AT&T. Both were derived from the earlier Version 7 Unix, but had diverged considerably. Further, each vendor’s version of Unix was different to some degree. A group of vendors formed the X/Open standards group [...]


