Arama Yap Mesaj Submit
Request a Callback
+90
X
X

Select Your Currency

Turkish Lira $ US Dollar Euro
X
X

Select Your Currency

Turkish Lira $ US Dollar Euro

Contact Us

Location Halkali merkez neighborhood fatih st ozgur apt no 46 , Kucukcekmece , Istanbul , 34303 , TR
The Power of the Web

Linux: Heart of the Internet

More than 90% of the world's web servers run on Linux. With its open source structure, superior performance and security, Linux is the indispensable basis of digital infrastructures in 2026 .

In this guide; Explore the Linux world with Eka Sunucu expertise, from kernel architecture to file permissions, from SSH commands to server management.

root@eka-server:~
root@eka-server:~$ uname -a
Linux eka-server 5.14.0-362.8.1.el9_3.x86_64 #1 SMP PREEMPT_DYNAMIC 2026 x86_64 GNU/Linux
root@eka-server:~$ cat /etc/os-release
NAME="AlmaLinux"
VERSION="9.3 (Shamrock)"
ID="almalinux"
root@eka-server:~$ uptime
14:23:05 up 452 days, 2 users, load average: 0.01, 0.05, 0.03
root@eka-server:~$

What is Linux?

Linux is a UNIX-like, open source and free operating system kernel that started to be developed by Linus Torvalds in 1991 . Nowadays, Linux runs everywhere, from supercomputers to smartphones (Android), from web servers to IoT devices.

Why is Linux preferred for publishing a website?

  • Stability: It can work for years without rebooting.
  • Security: Advanced permission system and SELinux It is resistant to viruses with its architecture.
  • Performance: It uses system resources much more efficiently than Windows.
  • Cost: No licensing fees (for most distributions).
What is Kernel?

It is the heart of the operating system. It manages the communication between the hardware (CPU, RAM, Disk) and the software. Optimized kernel versions are used in Eka Sunucu VDSs.

Linux Kernel Architecture

Popular Linux Server Distributions

Choose the most suitable operating system for your project.

AlmaLinux / Rocky

It is the sequel to CentOS. It is based on RHEL (Red Hat). For cPanel and enterprise projects most stable It is a choice. Eka Sunucu offers it by default.

Ubuntu Server

It is Debian based. It is popular for developers and AI/ML projects due to its wide community support, up-to-date packages, and ease of use.

Debian

It is known as the "Universal Operating System". It is extremely determination oriented. Its packages may be a little old, but system stability is tremendous.

Important Tip

Most important in server management /var/log (error logs) and /etc You will use the (settings) directories. If a service is not running, check the logs first!

Linux FileSystem

Basic SSH Command Guide 2026

Don't be afraid of the terminal to manage a Linux server. Here are the life-saving commands:

Komut Ne Yapar? Example Usage
ls Listing. Shows files and folders. ls -lah (Show hidden files and details)
cd Changing directory (Change Directory). cd /var/www (Go to web folder)
pwd Where am I? Shows the current directory path. pwd
cp Copyma (Copy). cp dosya.txt yedek.txt
mv Moving or Changing Name (Move). mv eski.php yeni.php
rm Delete (Remove). Be careful! rm -rf klasor (Force delete folder)
grep Search within text. grep "error" /var/log/httpd/error_log
chmod Changing file permissions. chmod 755 public_html
chown Changing the file owner. chown user:group dosya
top / htop Monitoring system resources (CPU/RAM). htop
systemctl Service management (Start/Stop). systemctl restart httpd

File Permissions

In Linux, each file has 3 type authorization: Okuma (r=4), Yazma (w=2), Operation (x=1).

Ideal Website Permissions:
  • Folders: 755 (Owner does everything, others read/enter)
  • Dosyalar: 644 (Owner reads/writes, others just read)
  • Config Files: 400 or 600 (Only owner reads)

Layers of Security

The way to make a Linux server "unhackable" is through layered security:

  1. Change SSH Port: Change the default 22 port.
  2. Use Firewall: firewalld or csf Close unnecessary ports with .
  3. Use SELinux: Isolate services with MAC architecture. Check out our SELinux Guide.
  4. Stay Updated: dnf update or apt update Continuously update the system with .

Frequently Asked Questions

Frequently asked questions about Linux server management.

Root is the "Super User" in Linux systems. It is similar to Administrator in Windows but much more authoritative. It can delete and change every file in the system. Therefore, you should be very careful when operating with root.

Support for CentOS 8 was discontinued on 2021. CentOS 7 went EOL (End of Life) at 2024. anymore AlmaLinux or RockyLinux We recommend that you use . These distributions are 1:1 compatible with RHEL and replace CentOS.

It is the tool that allows you to install software, libraries and updates. On Red Hat based (Alma, Rocky) systems dnf or yum, on Debian-based (Ubuntu) systems apt is used. Example: dnf install php

Discover the Power of Linux with Eka Sunucu!

Take your projects soar with our Linux servers with high-performance NVMe SSD disks, 99.9% Uptime guarantee and 7/24 technical support.

Top