WebMasterCampus
WEB DEVELOPER Resources

Linux open Command

Learn Linux open Command with examples


Linux open Command

In Linux we use “open” command to open a file. The open command works on macOS only.

open command open file in macOS

~$  open <filename>

open command open directory in macOS

~$  open <directory name>

~$  open /bin

~$  open . 

# open . will open current directory

open command application name used to run an application in macOS

~$  open <application name>

# open command application name used to run an application in macOS
Created with love and passion.