Some basic commands that you need to manage your Dedicated server via SSH?

If you are not familiar with using shell (SSH) you will find the commands below a good start. They are amongst the most used ones by all the administrators worldwide.

top - this command shows information about the running processes on your server, uptime, cpu usage and memory usage. You will see the most resource-consuming processes at the top of the table;

ls - this command will show you the content of a directory;

ps -auxf - this command will show you the currently running processes on your server;

who - this command will show you the users currently logged via SSH on your server;

pwd - shows the directory you are currently in;

rm sample_file.txt - this command will delete the sample_file.txt file;

rm -rf sample_folder - this command will delete the sample_folder directory and all the content in it;

tail sample.file - this command will show you the last lines of a file. It is very useful when you read logs;

tail -n100 sample.file - this command will show the last 100 lines of the sample.file file;

mkdir test_dir - this command will create a new directory named test_dir;

You need help managing your dedicated server? We got it! SiteGround experts not only write helpful articles, but also manage the servers for our clients so they don’t have to read articles like this one.Learn more.

  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to reboot your dedicated server via WHM?

The WHM panel provides two options for a server reboot: Forceful Server Reboot Graceful...

How to change the password for the root user via WHM?

In order to change the password for the root user you will need to access the WHM panel and...

How to access WHM?

WHM stands for Web Host Manager. This is the cPanel's server administrative management software....

How to restart a service on my dedicated server?

In order to restart a service on your dedicated machine, follow these steps: Log in your WHM...

How to edit the MX records of a domain on my dedicated server via WHM?

In order to edit an MX record of a domain on your dedicated server, follow these steps: Log in...