How To Get Version of HP-UX
In case you wonder what version of HP-UX you are running, the command to use is uname. Here’s the syntax. uname -r The output will be something like this B.11.31
In case you wonder what version of HP-UX you are running, the command to use is uname. Here’s the syntax. uname -r The output will be something like this B.11.31
How do we exactly count the occurrence of a particular character in a string in bash scripting? Well, there’s quite a number of ways of doing this. Here’s the simplest.. read more
Our internal audit team has raised an issue on some scripts exposing database user, password and tns. You see, all you need is an access to unix shell and run.. read more
Setting access control list(acl) recursively is not as straigthforward in HP/UX. I believe the same is true for other Unix flavors. In case you are wondering how, the command is.. read more