| Server IP : 217.160.0.24 / Your IP : 216.73.217.153 Web Server : Apache System : Linux infongwp-eu10 4.4.400-icpu-108 #2 SMP Wed Feb 11 11:51:01 UTC 2026 x86_64 User : u90731541 ( 11180402) PHP Version : 8.4.24 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /etc/ |
Upload File : |
# /etc/csh.login: system-wide .login file for csh(1) and tcsh(1)
# allow for other packages/system admins to customize the shell environment
if (-e /etc/csh/login.d && `/bin/ls /etc/csh/login.d` != "") then
foreach FILE (`/bin/ls /etc/csh/login.d/*`)
source $FILE;
end;
endif