In this tutorial: User Types Permission Types The Mode Understanding how permissions work when you set them within your cPanel or using SSH (Shell) access is very important. If permissions are too lax, they may be accessed by unwanted users who may alter or remove them. If the permissions are too strict, then they may Read More >
Scott Mitchell
rm command
The rm (remove) command uses a list of arguments that specifies either the absolute or relative path of the files to remove. Use this command with care as you cannot recover a file once it has been removed. Because of this, the base rm command will prompt you before deleting to give you a chance Read More >
chown command
Another commonly used linux command is the chown command. ‘chown‘ is short for change owner. It allows users to change the owner and group associated with a file. Command: chown Synopsis: chown [OPTION]… [OWNER][:[GROUP]] FILE… Options: Option Long option name Description -c –changes Operates like verbose (-v) but report only when a change is made. Read More >
Advantages of SSH
SSH (short for Secured SHell) is a secure way for you to remotely access your hosting account. By using SSH, you are able to log into a command prompt and execute commands just as if you were sitting at the server itself. As you learn how to navigate the structure and use basic commands you Read More >
chmod command
The chmod (short for change mode) command allows you to change permissions on files and folders. Command: chmod Synopsis: chmod [OPTION]… [MODE]… FILE… chmod [OPTION]… OCTAL-MODE FILE… Options: Option Long option name Description -c –changes Operates like verbose (-v) but report only when a change is made. -f –silent, -quiet Suppress most error messages. -v Read More >
mkdir command
The mkdir command allows you to create directories that you name. This command can create multiple directories at once or even multiple levels creating the parent directories along the way. Command: mkdir Synopsis: mkdir [OPTION]… [DIR]… Options: Option Long option name Description -m –mode=MODE Set permission mode (as in chmod), not rwxrwxrwx – umask. -p Read More >
grep command
Grep searches the named FILE(s) for lines containing a match to the given PATTERN. By default, thre results printed on the screen contain the entire matching line. Command: grep Synopsis: grep [options…] PATTERN [file…] Options: Option Long option name Description -A NUM –after-context=n Print NUM lines of trailing context after matching lines. Places a line Read More >
Emergency File System Recovery on ld143
Issue: Emergency Filesystem Recovery on ld143 Status: Our Systems team is having to perform emergency filesystem recovery on the ld143 server. Who is impacted? Users on the ld143 server. This will affect all services (email, websites, database access)You can find what server you are on here. Estimated time until resolution: We currently have no specific Read More >
more command
The more command is used to display a small portion of a file at a time. If you wish to see the next entire page, simply press the spacebar. Pressing the enter key will simply display the next line of the file. This allows you to browse a file as you desire. It also takes Read More >
tail command
Much like the head command, the tail command comes in handy when working with larger files. Instead of pulling the first 10 lines of a file, tail pulls the last 10 lines of a file when using the base command. It also takes numeric options to allow you to tailor the number of lines displayed. Read More >
Quality of Service impacted on ecbiz135
Issue: Quality of Service impacted on ecbiz135 Status: Our Systems team is working to correct issues with the services on ecbiz135 Who is impacted? Users on the ecbiz135 server. This may affect all services on the server (emails, databases, websites).You can find what server you are on here. Estimated time until resolution: We currently have Read More >
head command
If you are working with large files and want to see the first few lines of it, you can use the head command. The base command will display the first ten lines of the file. The command can also take numeric options to adjust the numberof lines displayed. Command: head Synopsis: head [OPTION] [FILE] Note Read More >
cd command
When navigating through your server you may want to change to other directories. The cd command is the bash command to allow you to move to other folders within your account. Command: cd Synopsis: cd [dir] Options: Option Long name Description -P This forces the command to use the physical directory structure and does not Read More >
The Linux history Command
The history command is used to display the list of previously typed commands. While the base command will list all previous commands used since the last clearing, it can also be tailored to display by the page or a certain number of commands. Command: history Synopsis: history [option] Options: Option Description -c Clears the history Read More >
Using Free Cloudflare for SSL on OpenCart 1.5
Many people have decided to use the free CloudFlare CDN service with their website. The free option does not allow the use of SSL through CloudFlare. However, there is a workaround that lets you use it with your OpenCart site. CLoudFlare uses the www subdomain to route through CloudFlare’s servers. This allows your site www.example.com Read More >
tac command
The tac command is much like its brother, the cat command. It also concatenates and prints a file to the screen. However, the tac command does this in reverse. This can be especially useful if you are looking for information that should be at the end of a long log file. For instance, if you Read More >
cat command
When using SSH to work on your site, you will often use the cat command. It is used to display file content on the screen. It is one of the most commonly used Linux commands to assist in troubleshooting. Command: cat Synopsis: cat [OPTION] [FILE]… Options: Below are the different options that are available to Read More >
Emergency FileSystem Maintenance on ld143
Issue: Emergency Filesystem Maintenance on ld143 Status: Our Systems team is having to perform emergency filesystem maintenance on ld143. Who is impacted? Users on the ld143 server. This will affect all services (email, websites, database access)You can find what server you are on here. Estimated time until resolution: We currently have no specific ETA, but Read More >
pwd command
The pwd command allows the user to view their current location in the directory structure. Command: pwd Synopsis: pwd [OPTION]… Options: These are the few options available for the pwd command. Option Long Name Description -L –logical use PWD from environment, even if it contains symlinks -P –physical avoid all symlinks If both -L and Read More >
Emergency Filesystem maintenance on biz100
Issue: Emergency Filesystem Maintenance on biz100 Status: Our Systems team is having to perform emergency filesystem maintenance on biz100. Who is impacted? Users on the biz100 server.You can find what server you are on here. Estimated time until resolution: Updated at 3:32pm. As our Systems team is being thorough, it is taking longer than originally Read More >