403Webshell
Server IP : 85.112.90.236  /  Your IP : 192.168.1.26
Web Server : Apache
System : Linux 85-112-90-236.cprapid.com 6.12.0-211.7.3.el10_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 12:46:58 EDT 2026 x86_64
User : ftechme ( 1002)
PHP Version : 8.2.32
Disable Function : exec,passthru,shell_exec,system
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/Modules/modulefiles/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/Modules/modulefiles/use.own
#%Module

module-help {    use.own - adds $HOME/privatemodules to the list of directories}
module-help {    that the module command will search for modules. Place your}
module-help {    own module files here. This module, when loaded, will create}
module-help {    this directory if necessary.}
module-help {}

module-whatis {adds your own modulefiles directory to MODULEPATH}

eval set [array get env HOME]
set ownmoddir $HOME/privatemodules

# create directory if necessary
if {[module-info mode load]} {
    if {![file exists $ownmoddir]} {
        puts stderr "Creating directory '$ownmoddir'"
        file mkdir $ownmoddir
        set null [open $ownmoddir/null w]
        puts $null {#%Module}
        puts $null {}
        puts $null {module-help {    null - does absolutely nothing. It is simply meant as a place}}
        puts $null {module-help {    holder in your dot file initialization.}}
        puts $null {module-help {}}
        puts $null {}
        puts $null {module-whatis {does absolutely nothing}}
        close $null
    }
}

module use --append $ownmoddir

Youez - 2016 - github.com/yon3zu
LinuXploit