How to open a Database using Unix Command Please Do Reply
Answer Posted / arvind kumar
Sudo -U Postgres psql Database_name;
It will prompt you for password give correct password and
you can access the given database if it exist.
Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What command is used to check the current users?
Give the command for finding the current date.
Differentiate cmp command from diff command.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Explain the steps that a shell follows while processing a command.
What are the unix commands?
What is the use of the command 'ls -x chapter[1-5]' ?
What is the use of the tee command?
Explain command to display different lines that are found when compare two files?
How can we use grep command in unix?
How do I use nslookup?
What are the differences among a system call, a library function, and a unix command?
What do chgrp command do?
What is the use of find command in unix?
What does the command '$ls | wc –l > file1' do?