Articles

How can I backup a directory or my website via SSH? To backup complete site files, login via ssh. While in you are in main dir type: tar -zcf... How can I check my disk space usage in SSH? From the Unix prompt, typing the following: du -s /home/youruser This will give you a... How can I manipulate a directory in shell? There are far more commands than these but here are a few to get your started:   In order to... How do I change file permissions via SSH? Using the CHMOD command:   use the letters u (for user), g (for group), and o (for other),... How do I get SSH access enabled?   If ssh access is not enabled, please open a support ticket and we will activate it for you.... How do I login via ssh to my account?   SSH is secure shell that gives you command prompt access on the linux server. You need an SSH... What are some basic commands that are available via SSH? ln (redirecting file access) Type ln -s fred.html index.html to redirect all file accesses... What are some basic linux shell commands? The following is a list of commands that you might find helpful when modifying your files on... What are some ways I can manipulate a file in shell? mv   mv fred wilma   This moves fred to a file named wilma. This is the Unix way of... What is Telnet/SSH and do you allow it? For security purposes, we do not enable Telnet at all and we only enable SSH access by request.... What is scp / sftp? Scp and sftp are both part of OpenSSH, the secure shell server we run. Do note that you cannot...
« Back