PATH: //etc/alternatives
FILE_BARU
CREATE
FOLDER_BARU
MKDIR
UPLOAD_FILE
GO
[ .. KEMBALI ]
📄 Mail
↓
X
📄 Mail.1.gz
↓
X
📄 apropos
↓
X
📄 apropos.1.gz
↓
X
📄 arptables
↓
X
📄 arptables-helper
↓
X
📄 arptables-man
↓
X
📄 arptables-restore
↓
X
📄 arptables-restore-man
↓
X
📄 arptables-save
↓
X
📄 arptables-save-man
↓
X
📄 cifs-idmap-plugin
↓
X
📄 ebtables
↓
X
📄 ebtables-man
↓
X
📄 ebtables-restore
↓
X
📄 ebtables-save
↓
X
📄 ip6tables
↓
X
📄 ip6tables-restore
↓
X
📄 ip6tables-save
↓
X
📄 iptables
↓
X
📄 iptables-restore
↓
X
📄 iptables-save
↓
X
📄 ld
↓
X
📄 libnssckbi.so.x86_64
↓
X
📄 mail
↓
X
📄 mail.1.gz
↓
X
📄 mailx
↓
X
📄 mailx.1.gz
↓
X
📄 man
↓
X
📄 man.1.gz
↓
X
📄 modulecmd
↓
X
📄 modules.csh
↓
X
📄 modules.sh
↓
X
📄 nail
↓
X
📄 nail.1.gz
↓
X
📄 nc
↓
X
📄 nc-man
↓
X
📄 soelim
↓
X
📄 soelim.1.gz
↓
X
📄 whatis
↓
X
📄 whatis.1.gz
↓
X
SAVING...
BERHASIL DIUBAH!
EDITING: modules.sh
# shellcheck shell=sh # get current shell name by querying shell variables or looking at parent # process name if [ -n "${BASH:-}" ]; then if [ "${BASH##*/}" = 'sh' ]; then shell='sh' else shell='bash' fi elif [ -n "${ZSH_NAME:-}" ]; then shell=$ZSH_NAME else shell=$(/usr/bin/basename "$(/usr/bin/ps -p $$ -ocomm=)") fi if [ -f "/usr/share/Modules/init/$shell" ]; then . "/usr/share/Modules/init/$shell" else . '/usr/share/Modules/init/sh' fi
SIMPAN PERUBAHAN