Bash shell is used for various purposes under Linux. How do I customize the shell environment variable under Linux operating systems?
{ 4 comments }
My development and testing webserver is used by over 100s of users. These users login from Windows XP, Linux, Mac OS X system via ssh. How do I set or automatically log users out after a period of inactivity under CentOS Linux server to improve server security and save some resources?
{ 12 comments }
Q. How do I display shell environment settings under FreeBSD operating systems?
{ 1 comment }
Q. I find vi hard to use. How do I change my default text editor from vim / vi to Pico under Debian Linux? A. To use and change an editor to edit your text message, set the variable EDITOR to the pathname of the vi / vim binary file. You need to use export [...]
{ 5 comments }
Q. I’m using BASH shell filename tab completion feature to complete file names and other stuff. However default tab-completion in bash case-sensitive. It cannot show me /tmp/Y* or /tmp/Y* files. How do I force filename tab-completion in bash case insensitive? A. According to bash man page completion-ignore-case set to Off. If set to On, readline [...]
{ 5 comments }