List Files Newer Than 10 Days

Categories: Linux (Ubuntu)

How to List Files Newer Than 10 Days using ls:

find . -mtime -10

aliases in der .bashrc

Categories: Linux (Ubuntu)

Alias für ein besseres ls.

alias ls='ls -lsah'

-l use a long listing format

-s print size of each file

-a do not ignore entries starting with .

-h print sizes in human readable format (e.g., 1K 234M 2G)

Neustarten der .bashrc

. ~/.bashrc

aktive TCP Verbindungen anzeigen

Categories: Linux (Ubuntu)

Um eine Liste aktiver TCP-Verbindungen –bspw. auf dem Server — angezeigt zu bekommen, lässt sich netstat prima verwenden:

netstat -a | grep ESTABLISHED

Welcome to miZine

MAC, Linux und das Beste aus dem WWW