1. Open Putty/Bitvise SSH ClientHere is Bitvise Download Link
Output should be: |
Example:
COMMAND
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.
Example:
COMMAND
pwd > filename.txt
While 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.
Example:
COMMAND
cd home
The mkdir
command allows you to create directories from within the terminal.
Example:
COMMAND
mkdir wwe
Reffered: https://www.digitalocean.com/community/tutorials/linux-commands
linux command |
How to change VPS/Dedicated Server root password using Command | Server Tutorial Tutorial |
How to restart Mysql of DirectAdmin Panel | Server Tutorial Tutorial |
How to Install VestaCP on Ubuntu VPS/Dedicated Server | Server Tutorial Tutorial |
All Important Command to Manage a Server for Putty/Bidvise | Server Tutorial Tutorial |
How to show folder in Terminal at Linux Server | Server Tutorial Tutorial |
How to view the current working directory on your terminal | Server Tutorial Tutorial |
How to move from one directory to another directory in Linux Command | Server Tutorial Tutorial |
How to create a directory in Linux Command | Server Tutorial Tutorial |
Read Full: | Server Tutorial Tutorial |
Type: | Command |
Category: | Command |
Sub Category: | Server Tutorial Tutorial |
Uploaded: | 2 weeks ago |
Uploaded by: | Admin |
Views: | 64 |