Problem : In Linux I can set ORACLE_HOME in .cshrc. Where do I set this variable in AIX? Solution : […]
Tag: bashrc
linux – Play sound on login?
Problem : I’ve installed Gentoo without a GUI and have appended aplay /usr/shar/sounds/startup3.wav &> /dev/null & to my /etc/bash/bashrc file. […]
Multiple .bashrc.save in my ~/home/user/
Problem : I noticed that in my home folder I have multiple .bashrc.save files. Why the system save them? It […]
-bash: /home/rb27/.bash_profile: Permission denied
Problem : I have tried changing permissions and I have looked for a solution, but the error still exists.In fact […]
How to automatically add characters to the user input before command execution
Problem : I love reading on the terminal – it focuses my attention and lets me read twice the amount […]
I am a newbie and I want to use linux bashrc
Problem : So I am a newbie in using Linux and I am following courses and blog posts related to […]
bash: execute command given in commandline and don’t exit
Problem : how do I specifiy a command on the commmandline of bash which shall be executed once inside the […]
Why does mac iterm and iterm2 not source .bashrc or .bash_profile?
QUESTION : I have ready many posts related to login/non-login and interactive/non-interactive. It would be my understanding that .bashrc should […]
How convert decimal to Hexadecimal in Ubuntu?
Problem : I am using a bash file in Ubuntu and i wrote an executable code in this file that […]
Changing Default UMASK Value
Problem : I am attempting to modify the default umask value under all accounts on my linux system to 002. […]