Was playing around previously and maybe something messed up. Please confirm, is this correct for default TC?
tc@box:~/Desktop$ echo $0
sh
tc@box:~/Desktop$ echo $SHELL
/bin/sh
Inputing the following causes error, is this an issue with my shell configuration or a busybox limitation?
tc@box:~/Desktop$ touch seventy
tc@box:~/Desktop$ mkdir seventy
mkdir: can't create directory 'seventy': File exist
Looking at .ashrc aliases, this works:
alias ce='cd /etc/sysconfig/tcedir'
This doesn't:
alias d='dmenu_run &'
Is this 'd' alias no longer valid?
Edit: To clarify, i don't even know what dmenu_run is?