Up until today I have never tried to send an executable file via Google’s email service. When I tried that today, it looked at first as if it was not a problem. The file was uploading fine and showing up under attachments in the send message window. When I tried to send the email however, [...]
- Author: Jack Wallen
- Comments: 4
Adding a directory to your $PATH
In the Linux operating system the $PATH is a listing of all directories where the system will look for commands. What this means is that all of the commands located in the directories included in your path will be globally executable. For example: The /usr/bin directory contains quite a lot of commands that can be [...]
