OXIESEC PANEL
- Current Dir:
/
/
usr
/
libexec
/
mc
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/25/2025 07:30:56 AM
rwxr-xr-x
📄
cons.saver
13.05 KB
10/18/2019 08:38:40 PM
rwxr-xr-x
📁
ext.d
-
03/16/2023 12:45:18 PM
rwxr-xr-x
📁
extfs.d
-
03/16/2023 12:45:18 PM
rwxr-xr-x
📁
fish
-
03/16/2023 12:45:18 PM
rwxr-xr-x
📄
mc-wrapper.csh
410 bytes
10/18/2019 08:38:38 PM
rw-r--r--
📄
mc-wrapper.sh
333 bytes
10/18/2019 08:38:38 PM
rw-r--r--
📄
mc.csh
49 bytes
10/18/2019 08:38:38 PM
rw-r--r--
📄
mc.sh
153 bytes
10/18/2019 08:38:38 PM
rw-r--r--
Editing: mc-wrapper.csh
Close
set MC_USER="`id | sed 's/[^(]*(//;s/).*//'`" if ($?TMPDIR) then setenv MC_PWD_FILE $TMPDIR/mc-$MC_USER/mc.pwd.$$ else setenv MC_PWD_FILE /var/tmp/mc-$MC_USER/mc.pwd.$$ endif /usr/bin/mc -P "$MC_PWD_FILE" $* if (-r "$MC_PWD_FILE") then setenv MC_PWD "`cat '$MC_PWD_FILE'`" if ( -d "$MC_PWD" ) then cd "$MC_PWD" endif unsetenv MC_PWD endif rm -f "$MC_PWD_FILE" unsetenv MC_PWD_FILE unsetenv MC_USER