Note the ./ in front of the word save. . represents the current directory. save means the save program in the current directory. ./ is one form of a 'relative path' A relative path is a path that is relative to the directory you are working in currently. ./ is used for security reasons, which will be explained later. Example: