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
Does cp command overwrite files?
What do chmod, chown, chgrp commands do?
How is the command '$cat file2 ' different from '$cat >file2 and >> redirection operators ?
Enlist some filename manipulation commands in unix.
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
What are grep patterns?
Who wrote grep?
What is command substitution?
How can we use grep command in unix?
What is grep command in unix with examples?
Which command will print your home directory on screen?
Which command is used to delete all files in the current directory and all its sub-directories?
Explain ‘library functions’ with respect to unix commands?
What is grep and how do you use it?
What is {} in find command?