Hi, what is the difference between php-fpm chroot VS cagefs (just web php), I not looking ssh, cron, etc
can you give me technical details about the difference ?
can you give me technical details about the difference ?
# cat /etc/passwd | wc -l 64 # ls -la /proc/ | wc -l 285 [root@CL9cPanel ~]# ls -la /proc/ | head total 4 dr-xr-xr-x 282 root root 0 Jan 10 14:15 . dr-xr-xr-x. 22 root root 4096 Jan 15 16:50 .. dr-xr-xr-x 9 root root 0 Jan 10 14:15 1 dr-xr-xr-x 9 root root 0 Jan 15 02:54 10 dr-xr-xr-x 9 root root 0 Jan 15 02:54 11 dr-xr-xr-x 9 root root 0 Jan 15 02:54 12 dr-xr-xr-x 9 polkitd polkitd 0 Jan 14 02:54 1233 dr-xr-xr-x 9 root root 0 Jan 14 02:54 1255 dr-xr-xr-x 9 root root 0 Jan 15 02:54 13
$ cat /etc/passwd | wc -l 25 $ ls -la /proc/ | wc -l 66 $ ls -la /proc/ | head total 4 dr-xr-xr-x 282 root root 0 Jan 10 14:15 . drwxr-xr-x 14 root root 4096 Aug 6 14:41 .. dr-xr-xr-x 9 az az 0 Jan 15 16:58 983249 dr-xr-xr-x 9 az az 0 Jan 15 17:04 984042 dr-xr-xr-x 9 az az 0 Jan 15 17:04 984043 dr-xr-xr-x 3 root root 0 Jan 15 15:38 acpi -r--r--r-- 1 root root 0 Jan 15 15:38 bootconfig -r--r--r-- 1 root root 0 Jan 15 15:38 buddyinfo dr-xr-xr-x 4 root root 0 Jan 15 15:38 bus
Comment