Time to toss a few more SSH/shell tips your way for you to use with your own dedicated hosting server. The best thing about SSH is it makes it a piece of cake when it comes to editing or creating things that would often otherwise take up a lot of your time.
Creating files and folders
The touch command is great for creating a file:
“touch new-filename” would create a file named (new-filename)
For directories:
“mkdir new-directory” will create a directory named (new-directory)
Removing files and directories:
“rm filename” would remove a file in the name of (filename)
“rmdir foldername” would remove a directory/folder in the name of (foldername)
If your looking for dedicated web hosting that offers you SSH, be sure you specify it in your search. Many dedicated companies for hosting offer this service and many do not.
More Dedicated Web Hosting Help!

