explain about vnc
Answers were Sorted based on User's Feedback
Answer / anand kumar
vnc is the package. It contains vncviewer and vncserver
packages/softwares.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / nikhil korde
Hi what is Vnc and what is purpose of that ,
whenever you need the login remotaly one linux and solarise
server to linux or solrise server and if you need the gui
installation that tim very useful VNC viewer
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / krishna
vnc or virtual network computing is a way computing remote
computer in linux world.when you connect a vnc client to a
remote computer using vnc server we an take the full acces
of that client computer.
to check installed or not
rpm -qa | grep vnc
configuration file
vi /etc/sysconfig/vncservers
| Is This Answer Correct ? | 2 Yes | 0 No |
What is a makefile in linux?
What language is a makefile written in?
Explain command grouping in linux?
How to activate / deploy licence in RHEL 6 and what will happen if you don't activate / deploy licence in RHEL 6 ?
What is $$ in shell script?
What is a make target?
Write a cron entry for the following scenario:- At 10:30 AM for every Sunday of every 1st month of a quarter.
How do I check if my cpu is overclocked?
What does wc command do in unix?
In order to improve your system’s security you decide to implement shadow passwords. What command should you use?
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
Suppose you try to delete a file using the rm command and the deletion fails. What could be the possible reason?