Reply
Thu 11 Jan, 2007 09:01 pm
here are the linux console commands
http://www.ss64.com/bash/
To change directories - cd /foo/foo
To delete file - rm /foo
You also have to have permissions set so you can access it.
If you are not the owner or root and a file or folder has its permissions set to owner only you won't be able to access or delete. Linux is pretty good about security. You can't go onto linux sites and delete files that aren't yours.