OXIESEC PANEL
- Current Dir:
/
/
usr
/
libexec
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/13/2025 09:24:20 PM
rwxr-xr-x
📁
awk
-
05/14/2024 12:06:26 PM
rwxr-xr-x
📁
coreutils
-
02/13/2025 09:24:25 PM
rwxr-xr-x
📄
fips-setup-helper
333 bytes
09/05/2024 08:17:07 AM
rwxr-xr-x
📁
gcc
-
02/12/2025 01:07:08 PM
rwxr-xr-x
📁
getconf
-
11/12/2025 04:10:31 PM
rwxr-xr-x
📁
git-core
-
02/13/2025 09:24:57 PM
rwxr-xr-x
📄
grepconf.sh
257 bytes
01/31/2022 08:20:26 PM
rwxr-xr-x
📁
mc
-
05/14/2024 03:07:27 PM
rwxr-xr-x
📁
openldap
-
04/30/2024 04:32:21 PM
rwxr-xr-x
📁
openssh
-
04/05/2025 03:49:09 AM
rwxr-xr-x
📁
p7zip
-
02/13/2025 09:30:40 PM
rwxr-xr-x
📁
utempter
-
05/14/2024 12:06:27 PM
rwxr-xr-x
📄
vi
1.39 MB
10/02/2024 11:01:05 PM
rwxr-xr-x
Editing: grepconf.sh
Close
#!/usr/bin/sh case "$1" in -c | --interactive-color) ! grep -qsi "^COLOR.*none" /etc/GREP_COLORS ;; *) echo >&2 "Invalid / no option passed, so far only -c | --interactive-color is supported." exit 1 ;; esac