... showing all entries tagged bash
Below you will find all posts tagged bash ↓
h4x3d.com does not host any illegal content. Links/Files referred to are for educational purposes only.
How to delete wordpress themes folders from Dreamhost
February 22nd, 2007 by jezUpdate:
In case you upgraded to Wordpress 2.1.2 on Dreamhost, and you got many domain.tld.old folders on your account, wasting space and wasting your account overview on ftp,
log on to your shell and do a quick dir to check on the domains, then do a rm -r domain.tld.old
and your specified backup will be deleted. See below [...]
Simple Linux Commands
August 10th, 2005 by jezListing 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 [...]



