Category Archives: Unix
Where Java Home Unix
Uninstall Software Unix
Go One Directory Up Unix
pbrun command Unix

pbrun command Unix This command is part of powerbroker server that provides advance root privileges. This application provides privileges to other users and also log all events on one centralized location. pbrun command used to acquire privileged of other users … Continue reading
Determine Unix 32 bit 64 bit
Where JDK Location Unix

Where JDK Location Unix There is no standard location defined where to install JDK on Linux/Unix box. But as per oracle it install JDK in /usr/jdk/ as default location same as window where default location of installation is C:\Program Files\Java. To … Continue reading
Remove Directory Unix
Unix tail command

Unix tail command You could see last part of the file using tail command. It prints last 10 line of input files. If you give multiple file name it then it precedes with set of output with header giving file … Continue reading
Find current directory location Unix

Find current directory location Unix It is easy to forget your current directory name when you are browsing other directories. To find you current directory location please use “pwd” command as shown below. This will give full path of your … Continue reading