WebShell Manager
Linux Stag-Enterprise-Staging-20-04 5.11.0-1019-aws #20~20.04.1-Ubuntu SMP Tue Sep 21 10:40:39 UTC 2021 x86_64
Apache
Server: 172.31.9.152
Your IP: 216.73.216.254
System Info
HOME
snap
certbot
5758
usr
include
asm-generic
Command Execution
Execute
File Upload
Upload
New Folder
New File
Name
Type
Size
Permissions
Modified
Actions
..
Parent
-
drwxr-xr-x
2026-07-07 18:33:09
-
auxvec.h
File
218 B
0644
2026-06-26 15:31:04
bitsperlong.h
File
1023 B
0644
2026-06-26 15:31:04
bpf_perf_event.h
File
238 B
0644
2026-06-26 15:31:04
errno-base.h
File
1.57 KB
0644
2026-06-26 15:31:04
errno.h
File
5.52 KB
0644
2026-06-26 15:31:04
fcntl.h
File
5.36 KB
0644
2026-06-26 15:31:04
hugetlb_encode.h
File
1.78 KB
0644
2026-06-26 15:31:04
int-l64.h
File
718 B
0644
2026-06-26 15:31:04
int-ll64.h
File
864 B
0644
2026-06-26 15:31:04
ioctl.h
File
3.4 KB
0644
2026-06-26 15:31:04
ioctls.h
File
3.89 KB
0644
2026-06-26 15:31:04
ipcbuf.h
File
1.01 KB
0644
2026-06-26 15:31:04
kvm_para.h
File
96 B
0644
2026-06-26 15:31:04
mman-common.h
File
3.72 KB
0644
2026-06-26 15:31:04
mman.h
File
740 B
0644
2026-06-26 15:31:04
msgbuf.h
File
1.59 KB
0644
2026-06-26 15:31:04
param.h
File
353 B
0644
2026-06-26 15:31:04
poll.h
File
847 B
0644
2026-06-26 15:31:04
posix_types.h
File
2.32 KB
0644
2026-06-26 15:31:04
resource.h
File
1.83 KB
0644
2026-06-26 15:31:04
sembuf.h
File
1.51 KB
0644
2026-06-26 15:31:04
setup.h
File
190 B
0644
2026-06-26 15:31:04
shmbuf.h
File
1.83 KB
0644
2026-06-26 15:31:04
siginfo.h
File
10.43 KB
0644
2026-06-26 15:31:04
signal-defs.h
File
2.85 KB
0644
2026-06-26 15:31:04
signal.h
File
1.76 KB
0644
2026-06-26 15:31:04
socket.h
File
3.69 KB
0644
2026-06-26 15:31:04
sockios.h
File
447 B
0644
2026-06-26 15:31:04
stat.h
File
2.57 KB
0644
2026-06-26 15:31:04
statfs.h
File
1.8 KB
0644
2026-06-26 15:31:04
swab.h
File
502 B
0644
2026-06-26 15:31:04
termbits-common.h
File
2.16 KB
0644
2026-06-26 15:31:04
termbits.h
File
3.57 KB
0644
2026-06-26 15:31:04
termios.h
File
1.34 KB
0644
2026-06-26 15:31:04
types.h
File
233 B
0644
2026-06-26 15:31:04
ucontext.h
File
357 B
0644
2026-06-26 15:31:04
unistd.h
File
30.49 KB
0644
2026-06-26 15:31:04
0
items selected
Choose Action...
Delete Selected
Zip Selected
Unzip Selected
Execute Action
Clear Selection
© Ultimate WebShell | Auto Bypass Enabled
Create New Folder
Create New File
Edit File: resource.h
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ #ifndef _ASM_GENERIC_RESOURCE_H #define _ASM_GENERIC_RESOURCE_H /* * Resource limit IDs * * ( Compatibility detail: there are architectures that have * a different rlimit ID order in the 5-9 range and want * to keep that order for binary compatibility. The reasons * are historic and all new rlimits are identical across all * arches. If an arch has such special order for some rlimits * then it defines them prior including asm-generic/resource.h. ) */ #define RLIMIT_CPU 0 /* CPU time in sec */ #define RLIMIT_FSIZE 1 /* Maximum filesize */ #define RLIMIT_DATA 2 /* max data size */ #define RLIMIT_STACK 3 /* max stack size */ #define RLIMIT_CORE 4 /* max core file size */ #ifndef RLIMIT_RSS # define RLIMIT_RSS 5 /* max resident set size */ #endif #ifndef RLIMIT_NPROC # define RLIMIT_NPROC 6 /* max number of processes */ #endif #ifndef RLIMIT_NOFILE # define RLIMIT_NOFILE 7 /* max number of open files */ #endif #ifndef RLIMIT_MEMLOCK # define RLIMIT_MEMLOCK 8 /* max locked-in-memory address space */ #endif #ifndef RLIMIT_AS # define RLIMIT_AS 9 /* address space limit */ #endif #define RLIMIT_LOCKS 10 /* maximum file locks held */ #define RLIMIT_SIGPENDING 11 /* max number of pending signals */ #define RLIMIT_MSGQUEUE 12 /* maximum bytes in POSIX mqueues */ #define RLIMIT_NICE 13 /* max nice prio allowed to raise to 0-39 for nice level 19 .. -20 */ #define RLIMIT_RTPRIO 14 /* maximum realtime priority */ #define RLIMIT_RTTIME 15 /* timeout for RT tasks in us */ #define RLIM_NLIMITS 16 /* * SuS says limits have to be unsigned. * Which makes a ton more sense anyway. * * Some architectures override this (for compatibility reasons): */ #ifndef RLIM_INFINITY # define RLIM_INFINITY (~0UL) #endif #endif /* _ASM_GENERIC_RESOURCE_H */
Rename
Change Permissions
Common permissions: 755 (rwxr-xr-x), 644 (rw-r--r--), 777 (rwxrwxrwx)
System Information
Uname: Linux Stag-Enterprise-Staging-20-04 5.11.0-1019-aws #20~20.04.1-Ubuntu SMP Tue Sep 21 10:40:39 UTC 2021 x86_64 Software: Apache PHP Version: 7.4.3-4ubuntu2.29 Protocol: HTTP/1.1 Server IP: 172.31.9.152 Your IP: 216.73.216.254 Mail: ON Curl: ON Owner: www-data MySQL: ON Disabled Functions: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Auto Bypass: ENABLED