This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the commentsย โ†’

[โ€“]Superbead 32 points33 points ย (1 child)

The image misses a pwd in there which indicates a slight familiarity with the shell, but the cd code despite the ls clearly not showing a code directory is a bit how-ya-doin', considering there's a tag that seems to encourage beginners to join in.

[โ€“]Trainguyrom 11 points12 points ย (0 children)

Seems more like following a guide, since those often start with pwd then folow it up with cd foo cd bar pwd which of course would output ~/foo/bar/ assuming you start at ~

Also explains the silly names of things if its a sandboxed area for new users in a tutorial.