Linux webserver 6.8.0-49-generic #49~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Wed Nov 6 17:42:15 UTC 2 x86_64
Apache/2.4.52 (Ubuntu)
Server IP : 192.168.1.1 & Your IP : 3.144.156.43
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
src /
linux-hwe-6.8-headers-6.8.0-49 /
fs /
ntfs3 /
Delete
Unzip
Name
Size
Permission
Date
Action
Kconfig
1.66
KB
-rw-r--r--
2024-03-10 20:38
Makefile
681
B
-rw-r--r--
2024-03-10 20:38
Save
Rename
# SPDX-License-Identifier: GPL-2.0 # # Makefile for the ntfs3 filesystem support. # # to check robot warnings ccflags-y += -Wint-to-pointer-cast \ $(call cc-option,-Wunused-but-set-variable,-Wunused-const-variable) \ $(call cc-option,-Wold-style-declaration,-Wout-of-line-declaration) obj-$(CONFIG_NTFS3_FS) += ntfs3.o ntfs3-y := attrib.o \ attrlist.o \ bitfunc.o \ bitmap.o \ dir.o \ fsntfs.o \ frecord.o \ file.o \ fslog.o \ inode.o \ index.o \ lznt.o \ namei.o \ record.o \ run.o \ super.o \ upcase.o \ xattr.o ntfs3-$(CONFIG_NTFS3_LZX_XPRESS) += $(addprefix lib/,\ decompress_common.o \ lzx_decompress.o \ xpress_decompress.o \ )