Librenix  
(Show all Opera articles . . .
)  
Headlines | Linux | Apps | Coding | BSD | Admin | News
Information for Linux System Administration 

Unix command-line tricks and operators

Up
vote
Down

Get a better understanding of all those "strange" characters UNIX users are typing. Learn how to use pipelines, redirections, operators, and more in UNIX.
...the pipeline allows you to redirect the standard output (stdout) of one command to become the standard input (stdin) of the following command in a single chained execution. Using the pipeline isn't limited to one instance per execution. Quite often, the stdout of one command is used as stdin of the following command, and the subsequent stdout is redirected yet again as stdin to another command and so on.

For example, one of the first things most UNIX administrators do on their systems during troubleshooting or daily checks is look at processes running currently on the system. Listing 1 shows such a check.
 read more | mail this link | score:7246 | -cyberpead, October 4, 2008
More Sysadmin articles...

Abstract Art Prints by Ray Yeargin

admin headlines

Secure Apache2 with LinOTP

Tutorial: Manage headless VirtualBox with phpvirtualbox (OpenSUSE 12.1)

Tutorial: Build a CentOS 6.3 x86_64 Server

Tutorial: Replace Windows with Ubuntu 12.04 LTS

GlusterFS 3.2 Tutorial: 4 Node Distributed Replicated Storage on Ubuntu 11.10

Two-Factor Authentication on Ubuntu with CAS and WiKID

 

Firefox sidebar

Site map

Site info

News feed

Features

Login
(to post)

Search

 
Articles are owned by their authors.   © 2000-2012 Ray Yeargin