Command

TwitterFacebook
Get flash to fully experience Pearltrees
Problems solver

http://linuxaria.com/article/understanding-nmap-commands-tutorial?lang=en

Linux and Open source Understanding Nmap Commands: In depth Tutorial with examples

Article by James Hawkins As we all know, Nmap ( Network Mapper) is a stealth port scanner widely used by network security experts (including forensics & Pen-testing Experts).

xargs / for about file

http://www.cyberciti.biz/faq/linux-unix-bsd-xargs-construct-argument-lists-utility/ I am trying to use xargs command using shell pipes and not able to understand how to control and use command line arguments. For example I'd like to find out all *.c file located in 100s of sub-directories and move them to another directory called ~/old.src.

Chmod: Commande Chmod Linux / Unix

http://forums.cnetfrance.fr/topic/7765-chmod-commande-chmod-linux-unix/ J'entend souvent des gens dire "Comment on met les droits sur un fichier ?
Custom commands available on departmental Linux computers but not on Linux systems elsewhere have descriptions marked by an *asterisk . Notice that for some standard Unix /Linux commands, friendlier versions have been implemented; on departmental Linux computers the names of such custom commands end with a period. TAB Command completion !!! http://faculty.plattsburgh.edu/jan.plaza/computing/help/commands.html

Basic Unix Commands

In computing , a symbolic link (also symlink or soft link ) is a special type of file that contains a reference to another file or directory in the form of an absolute or relative path and that affects pathname resolution. [ 1 ] Symbolic links were already present by 1978 in mini-computer operating systems from DEC and Data General's RDOS . Today they are supported by the POSIX operating-system standard, most Unix-like operating systems such as FreeBSD , GNU/Linux , and Mac OS X , and also Windows operating systems such as Windows Vista , Windows 7 and to some degree in Windows 2000 and Windows XP in the form of Shortcut files . http://en.wikipedia.org/wiki/Symbolic_link

Symbolic link

Example uses of the Linux Command find

http://linux.about.com/od/commands/a/blcmdl1_findx.htm The following examples illustrate typical uses of the command find for finding files on a computer. find / -name game

Commande - “grep” récursif

http://www.commentcamarche.net/faq/227-commande-grep-recursif Lorsque l'option -r (ou -d recurse) de la commande grep n'est pas disponible, comme sous HP-UX, il faut l'utiliser conjointement avec la commande find.
[ modifier ] Contributions et remerciements http://wiki.linux-france.org/wiki/Les_commandes_fondamentales_de_Linux#processus

Les commandes fondamentales de Linux

http://jp.barralis.com/linux-man/index.php

MAN LINUX en français, la documentation des commandes LINUX

Tous les utilisateurs de système Linux connaissent la commande man , permettant de visionner le manuel d'une commande (son aide), en invoquant, dans une console, la commande suivante : man [-s <section>] <nom_de_comande>
tail - Afficher la dernière partie d'un fichier.

man tail - Afficher la dernière partie d'un fichier.

Dans le cadre de mon activité professionnelle, mon Firefox reste longtemps lancé, bilan je me retrouve 2 jours plus tard avec beaucoup de processus zombie qui viennent augmenter le load de mon poste (je ne suis pas patient et cela me fais souvent rager)

Recherche et suppression de processus Zombie (Ubuntu 10.10 multi OS) | Actualité Informatique BloGeeK

Un seul langage pour les scripts

Niveau : Résumé : perl -i -pe

Manpage of TUNE2FS

Ajuste le nombre maximal de montages entre deux vérifications du système de fichiers. Si max-mount-counts vaut 0 ou -1, le nombre de fois que le système de fichiers a été monté sera ignoré par e2fsck (8) et par le noyau. Varier le compteur de montages au bout duquel les systèmes de fichiers seront obligatoirement vérifiés permet d'éviter que les systèmes de fichiers ne soient tous vérifiés en même temps lors de l'utilisation de systèmes de fichiers journalisés.

tee MAN Page

Redirect output to multiple files, copies standard input to standard output and also to any files given as arguments. This is useful when you want not only to send some data down a pipe, but also to save a copy.