Horje
All Important Command to Manage a Server for Putty/Bidvise

1. Open Putty/Bitvise SSH Client

Here is Bitvise Download Link

  1. Then, Put Hostip
  2. and Username
  3. and Password
  4. then Login

Output should be:


How to show folder in Terminal at Linux Server

Run Following command at Putty/Bidvise Terninal
Example: COMMAND
ls

Output should be:

How to show folder in Terminal at Linux Server

How to view the current working directory on your terminal

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

How to move from one directory to another directory in Linux Command

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.

  1. First run: ls
  2. It will view all directories
  3. then run cd home
  4. run: ls to view all directories into home
Example: COMMAND
cd home

How to create a directory in Linux Command

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

Related Articles
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

Single Articles
How to show folder in Terminal at Linux ServerServer Tutorial Tutorial
How to view the current working directory on your terminalServer Tutorial Tutorial
How to move from one directory to another directory in Linux CommandServer Tutorial Tutorial
How to create a directory in Linux CommandServer 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



Share on: