Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
./program.py                     # Current directory is in the same directory as the program file(parent directory)
./directory/program.py           # Current directory is at1 thedirectory parectup directory offrom the programparent filedirectory
/home/root/directory/program.py  # Current directory could be anywhere in the filesystem

...