How do I install latest Firefox version 4.0 in Linux operating systems?
{ 9 comments }
How do I restrict access to a given command for instance /opt/apps/start, to authorized users only under Linux / UNIX / BSD operating system?
{ 4 comments }
Q. How do I create a user account called tom and grant permission for database called jerry? A. You need to use following commands. => adduser – UNIX/Linux adduser command to add a user to /etc/passwd file => psql => It is a terminal-based front-end to PostgreSQL. => CREATE USER – Adds a new user [...]
{ 26 comments }
Q. I am using Solaris UNIX. How can I start Oracle service / server in UNIX from a shell prompt? A. In order to start Oracle service in UNIX you need to login as a Oracle user. Use su – command to login as oracle user. Start Oracle server in UNIX Type the following command, [...]
{ 9 comments }