База знаний
Главная страницаVDSВозможностиКонтакты
🇺🇸 English
🇺🇸 English
  • Main Page
  • Customer Account
    • Account activation
    • Account settings
      • How to disable two-factor authentication
    • Payments
      • Payment methods
      • Debit/credit cards auto-charge
  • VDS management
    • How to order IPs
    • Backups
    • OS installations
      • How to reinstall OS
      • Upload & connect ISO image
      • OS templates
      • ISO images
  • Tutorials
    • How to log into SSH
    • VDS configuration
      • Common SSH commands
      • SSH keys installation
      • How to change timezone
      • How to set hostname
      • Web servers
        • How to install Lighttpd
          • Install Lighttpd on Centos
      • DataBases
        • How to install MariaDB
        • How to install MongoDB
        • How to reset MySQL password
        • How to install phpMyAdmin
      • VPN & Proxy servers
        • How to install OpenVPN
        • How to install Squid on CentOS 7
      • RDP server
        • How to install RDP server
          • Install RDP on CentOS
          • Install RDP on Debian
    • Control panels
      • How to install ISPmanager 5
      • How to install BrainyCP
      • How to install HestiaCP
      • How to install VestaCP
      • How to install Webmin
Powered by GitBook
On this page
  • ls
  • ls -la или ll
  • cd
  • mv
  • rm
  • cp
  • chmod
  • chown
  • mkdir
  • mc

Was this helpful?

  1. Tutorials
  2. VDS configuration

Common SSH commands

Рассмотрим основные команды, используемые при работе с сервером через SSH.

ls

Выводит список файлов и папок в текущей директории.

ls -la или ll

Выводит список файлов и папок в текущей директории, а также их размеры, владельца, права на них и дату последнего изменения.

cd

Переход в указанную директорию. Вводится так: cd директория

mv

Перемещение или переименование файла или папки. Вводится так: mv текущее_имя новое_имя

rm

Удаление файла или папки. Вводится так: rm путь_к_файлу

cp

Копирование файла или папки в другое место. Вводится так: cp имя_файла куда_скопировать

chmod

Изменяет права доступа на файл или папку.

chown

Изменяет владельца файла или папки. Вводится так: chown пользовать:группа файл

mkdir

Создание директории по указанному пути. Вводится так: mkdir путь

mc

Запускает файловый менеджер Midnight Commander.

PreviousVDS configurationNextSSH keys installation

Last updated 4 years ago

Was this helpful?