See more articles about "Unix "

Adviser to Unix Commands Action Administration



 

    nohup lets you run a program in a way which makes it avoid hangup signals. This can be acclimated to create a program abide active afterwards a user has logged out. The achievement of the program is redirected from the accepted achievement to the book nohup.out.

    Examples:

     $ nohup wget http://foo.org/foo_list.gz

     nohup: appending achievement to `nohup.out

     $

    ps displays a account of accepted processes and their properties.

    Examples:

    Processes endemic by the accepted user:

     $ ps

     PID TTY TIME CMD

     17525 pts/0 00:00:00 su

     17528 pts/0 00:00:00 bash

     17590 pts/0 00:00:00 ps

    All processes:

     $ ps -A

    kill is acclimated to forward abortion signals to processes.

    Examples

    To forward the annihilate arresting to the processes with action id 17525,

     $ annihilate -9 17525

    see

    pgrep seek and annihilate arrangement processes

    Example:

    Check if apache webserver is running.

     $ pgrep -f apache

     5580

     5581

     5582

     5583

     5584

     5585

    Stop xterm program with pkill program:

     $ pkill -9 xterm

    Tips:

    Display all the action of a user

     $ pgrep -l -u arky

     894 bash

     895 bash

     897 bash

     898 bash

     899 bash

     1045 links

     1396 startx

     1407 xinit

     1411 openbox

     1412 xterm

     1413 xfaces

     1414 xsetroot

     1415 emacs

    pidof affectation Action ID (PID) of a task

    Example:

    Display the PID of emacs process:

     $ pidof emacs

     1415

    killall annihilate a action by name

    Example:

    Kill the xfaces program:

     $ killall xfaces

    


 

TAG: process, program, processes, xfaces, display, output,
  commands process management, unix commands process,

Share Adviser to Unix Commands Action Administration:
Digg it!   Google Bookmarks   Del.icio.us   Yahoo! MyWeb   Furl  Binklist   Reddit!   Stumble Upon   Technorati   Windows Live   Bookmark

Text link code :
Hyper link code:

Also see ...

Adviser to Unix Commands Assorted
sync address anamnesis buffers to diskExample:Sync has no options, doesnt affectation any messages $ accompany Tips: It is consistently acceptable to blazon accompany a brace of times, one the important action of accompany is to amend your superblock information.The accom

Adviser to Unix Explanations Installing Bales
The Microsoft Windows and Mac OS X platforms are so boundless that about a Windows or Mac software bell ringer will accommodate a binary. In contrast, several bales for Unix like systems are alone accessible as sources. If they are accessible as binaries, they are usually alone accessible for a few

Adviser to Unix Explanations Carapace Alert
The carapace alert (or command line) is area one types commands. If accessing the arrangement through a text based terminal, the carapace is the capital way of accessing programs and accomplishing plan on the system. In effect, it is a carapace surrounding all additional programs getting run. If

Adviser to Unix Explanations Abutting to Limited Unix
If the carapace alert is on a limited server, ssh is the alotof accepted way to admission it. The server haveto be active the sshd server software to acquire your connection. The SSH agreement encrypts your abutting to anticipate spying and burglary of passwords. All that is appropriate is that you

Adviser to Unix Explanations Acceptable Basis
Most user accounts accept alone bound admission to Unix. For example, it is accepted that users cannot annul files of additional users or locations of system. Users can about install new software in their home directories, but not into arrangement directories like tt/usr/tt. To install such

Adviser to Unix Addition
This book is a Adviser to UNIX and Unix like operating systems, such as GNU/Linux and Because of this books abridged state, it ability be harder to acquisition the affiliate that you want.After this introduction, there are three capital locations of this book.This book uses (or will

Adviser to Unix Explanations Ambiance
Every program inherits ambiance variables from the program that started it. This agency that anniversary program has the aforementioned ambiance variables as the program that started it. The ambiance of a program can change, in which case additional programs after started by that program aswell

Adviser to Unix Why Unix-like
The operating arrangement installed on some server and some computer workstation is Unix like. But what does it beggarly to be Unix? In this book, a Unix like arrangement is one that is agnate to . The closing actuality allows alotof Unix like systems to run the aforementioned and .The carap

Adviser to Unix Ambiance Variables
An ambiance capricious is a ambience commonly affiliated or declared if a carapace is started. You can use shells to set variables; the syntax varies but Absolute shells use: $ VARNAME=new value $ consign VARNAME or $ consign VARNAME=new valueEach program started from that ca

Adviser to Unix Explanations bc
bc is an arbitrary precision calculator language. The arbitrary precision agency that numbers can accommodate absolute digits (limited by memory); alotof additional languages absolute numbers to eight bytes at most. For addition, subtraction, and multiplication, there is absolute precision. Analysis