SSH pwd command

The SSH pwd command can be quite handy and useful when managing your directories in a Linux system. You can use this Linux command to identify what your shell’s current directory is. This command is quite useful for every server administrator and it is one of the basic and fundamental commands that any beginner user should master. In this article, we will cover the basic usage of the SSH pwd command with examples.

Print working directory with SSH pwd

By default, pwd works as if the -P option is enabled

pwd

Print working directory without displaying symlinks

pwd -P

This is one of the most widely used commands in addition to the Linux cd command. Using both commands is the essentials of navigating through a Linux system.

  • 0 Korisnici koji smatraju članak korisnim
Je li Vam ovaj odgovor pomogao?

Vezani članci

SSH ip command

If you wish to obtain information about your server’s IP on a Linux machine using SSH you can use...

SSH rm command

If you wish to remove a file or folder from your Linux system you can use SSH rm command. In this...

SSH echo command

One of the most useful commands in a Linux environment is echo. With it, you can provide output...

SSH history command

If you wish to find what commands you have previously executed in a Linux environment you can use...

SSH cd command

SSH cd command is mainly used to navigate in your Linux environment. In this article, we’ll show...

Powered by WHMCompleteSolution