View Single Post
Old 11-19-2008, 07:34 AM  
Iron Fist
Too lazy to set a custom title
 
Join Date: Dec 2006
Posts: 23,400
Quote:
Originally Posted by V_RocKs View Post
SSH is always nice.
Indeed... see below:

Code:
user@machine:~/homedirectory/testdir$ mkdir test
user@machine:~/homedirectory/testdir$ ls -l

total 0
drwxr-xr-x 2 user user     6 2008-11-19 09:25 test

user@machine:~/homedirectory/testdir$ chmod 000 test
user@machine:~/homedirectory/testdir$ ls -l

total 0
d--------- 2 user user     6 2008-11-19 09:25 test

user@machine:~/homedirectory/testdir$ rm -rf test
user@machine:~/homedirectory/testdir$ ls -l

total 0
You can't do this by FTP... you need to download a SSH client like PuTTY

Don't ask me to help you set it up... ask your host.
__________________
i like waffles
Iron Fist is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote