• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • Our UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Question Why plesk use hard link for logs domain?

federiklampo

New Pleskian
Server operating system version
cloudlinux 8
Plesk version and microupdate number
18.0.48
Why does plesk make use of hard links for domain logs?
Is it for a performance issue? Does it make it easier to manage permissions on files? Is it done to keep the number of inodes down?
just curious...thx

Code:
[root@test~]# find / -inum 528484409
/var/www/vhosts/system/gfvdndghftgcbej/logs/access_log
/var/www/vhosts/gfvdndghftgcbej/logs/access_log
[root@test ~]# stat /var/www/vhosts/gfvdndghftgcbej/logs/access_log
  File: /var/www/vhosts/gfvdndghftgcbej/logs/access_log
  Dim.: 0               Blocchi: 0          Blocco di IO: 4096   file regolare vuoto
Device: fd00h/64768d    Inode: 528484409   Coll.: 2
Accesso: (0644/-rw-r--r--)  Uid: (    0/    root)   Gid: (    0/    root)
Accesso  : 2022-11-18 03:57:02.862835876 +0100
Modifica : 2022-11-16 03:39:03.437593898 +0100
Cambio   : 2022-11-18 03:22:55.787473131 +0100
Creazione: 2022-11-15 14:34:36.879789761 +0100
 
Back
Top