0% found this document useful (0 votes)
6 views3 pages

Basics SAP Aliases

The document provides a list of OS-level aliases used in the SAP environment, enhancing command efficiency. It includes various aliases for navigation, file management, and system monitoring commands. Additionally, it mentions relevant environment variables specific to HANA and SAP systems.

Uploaded by

Tariq Tunio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views3 pages

Basics SAP Aliases

The document provides a list of OS-level aliases used in the SAP environment, enhancing command efficiency. It includes various aliases for navigation, file management, and system monitoring commands. Additionally, it mentions relevant environment variables specific to HANA and SAP systems.

Uploaded by

Tariq Tunio
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Basics: Use of alias at OS level in SAP

HANA and SAP environment variables

XAUTHLOCALHOSTNAME
HOSTNAME
OLDPWD
USER
RSEC_SSFS_KEYPATH
SAPSYSTEMNAME
DIR_INSTANCE
alias ..=‘cd ..’
alias …=‘cd ../ ../ ../‘
alias ….=‘cd ../ ../ ../ ../‘
alias E=‘vim -o’
alias back =‘cd $OLDPWD’
alias c=‘clear’
alias cd..=‘cd ..’
alias chgrp=‘chgrp --preserve-root’
alias chmod=‘chmod --preserve-root’
alias chown=‘chown --preserve-root’
alias cp=‘cp -I’
alias cpu10=‘ps aux | sort -nr -k 3 | head -10’
alias cpu5=‘ps aux | sort -nr -k 3 | head -5’
alias df=‘df -h --exclude=squashfs’
alias diff=‘colordiff’
alias dir10=‘du -cksh * | sort -nr | head -n 10’
alias dir5=‘du -cksh * | sort -nr | head -n 5’
alias e=‘vim -O’
alias egrep=‘egrep --colour=auto’
alias extip=‘curl icanhazip.com’
alias grep=‘grep --color=auto’
alias h=‘history’
alias install=‘zypper install’
alias j=‘jobs -l’
alias l=‘ls -lhFa --time-style=long-iso --color=auto’
alias ll=‘ll -ls’
alias ls=‘ls -lhF --time-style=long-iso --color=auto’
alias lsmount=‘mount | column -t’
alias mem10=‘ps auxf | sort -nr -k 4 | head -10’
alias mem5=‘ps aux | sort -nr -k 4 | head -5’
alias mkdir=‘mkdir -pv’
alias mv=`mv -I`
alias ports=‘ss -tulanp’
alias reload=‘source ~/.bashrc’
alias rm=‘rm -I —preserve-root’
alias ssha=‘eval $(ssh-agent) && ssh-add’
alias svim=‘sudo vim’
alias tn=’tmux new -s’
alias update=‘sudo apt update’
alias upgrade=‘sudo apt update && sudo apt list-upgrade’
alias vdestroy=‘vagrant destroy’
alias vssh=‘vagrant ssh’
alias vup=‘vagrant up’
alias watch=‘watch -d’
alias weather=‘curl wttr.in’
alias wget=‘wget -c’

You might also like