Once connected via SSH, here are some essential commands:

  • ls → List files and directories.

  • cd → Change directory.

  • pwd → Show current directory.

  • cp → Copy files.

  • mv → Move/rename files.

  • rm → Delete files.

  • service httpd restart → Restart Apache.

⚠️ Be careful — changes in SSH apply directly to your server.

Was this answer helpful? 0 Users Found This Useful (0 Votes)