LittleDemon WebShell


Linux sh050.webhostingservices.com 5.14.0-687.26.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Jul 14 16:32:02 EDT 2026 x86_64
Path : /scripts/
File Upload :
Command :
Current File : //scripts/ptycheck

#!/usr/local/cpanel/3rdparty/bin/perl

# cpanel - scripts/ptycheck                        Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited

my (
    $dev,   $ino,   $mode,  $nlink,   $uid, $gid, $rdev, $size,
    $atime, $mtime, $ctime, $blksize, $blocks
) = stat("/dev/ptmx");

my $humanmode = sprintf( "%04o", $mode & 07777 );

if ( $humanmode ne "0666" ) {
    print "/dev/ptmx has improper permissions\n";
    chmod( 0666, "/dev/ptmx" );
    print "Permissions on /dev/ptmx have been fixed\n";
}

LittleDemon - FACEBOOK
[ KELUAR ]
https://ohemaatech.com/post-sitemap.xml 2025-07-03T15:00:33+00:00 https://ohemaatech.com/page-sitemap.xml 2026-06-26T17:26:31+00:00 https://ohemaatech.com/category-sitemap.xml 2025-07-03T15:00:33+00:00 https://ohemaatech.com/author-sitemap.xml 2026-06-26T17:46:02+00:00