... showing all entries tagged linux
Here you will find all posts tagged linux ↓
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.
Simple Linux Commands
Dated: August 10th, 2005
Oldskool, code | No Comments »
Listing Directory Contents
To list all directories and files within a current directory, type:
ls
To list a detailed list of all directories and files sorted by creation date, type:
ls -lrt
Locations of Files and Directories
To work with a file or directory, it is important to tell Linux where to find it. There are several ways to tell Linux [...]

