gobuster dir -u <URL> -w <wordlist-location>
Performs directory enumeration against the target URL using the specified wordlist.
Keywords: dir = Directory enumeration mode -u = Target URL -w = Wordlist location

gobuster dir -e -u <target-url> -w <wordlist-location>
Performs directory enumeration and displays full URLs in the output.
Keywords: dir = Directory enumeration mode -e = Show full URLs -u = Target URL -w = Wordlist location

gobuster dir -u <target-url> -w <wordlist-location> -n
Performs directory enumeration while hiding HTTP status codes from the output.
Keywords: dir = Directory enumeration mode -u = Target URL -w = Wordlist location -n = Hide status codes

gobuster dir -u <target-url> -w <wordlist-location> -v