Skip to content

41 Scripts and File Paths

  • ./ does not mean "execute a script". It is file path syntax pointing to your current working directory.
  • Output will write to the current working directory of the user running script. Make sure to place your output properly using file paths.
    • Do you care where the user is running a certain script from?

Next in Playlist 42 Scripting and Root Permissions