|
1. Open Putty/Bitvise SSH ClientHere is Bitvise Download Link
Output should be:![]() |
ls
The pwd command allows you to print the current working directory on your terminal. It’s a very basic command and solves its purpose very well.
Now, your terminal prompt should usually have the complete directory anyway. But in case it doesn’t, this can be a quick command to see the directory that you’re in. Another application of this command is when creating scripts where this command can allow us to find the directory where the script has been saved.
Following command is an example to view filename.txt from root diretory.
pwd > filename.txtWhile working within the terminal, moving around within directories is pretty much a necessity. The cd command is one of the important Linux commands you must know, and it will help you navigate through directories. Just type cd followed by directory, as shown below.
cd homeThe mkdir command allows you to create directories from within the terminal.
mkdir wwe| linux command |
Type: | Command |
Category: | Command |
Sub Category: | Server Tutorial Tutorial |
Uploaded by: | Admin |
Read Articlehttps://develop.horje.com/learn/1434/reference