Quote:
Originally Posted by V_RocKs
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.