Linux Commands

  Home  Operating System Linux  Linux Commands


“Linux Commands job interview questions and answers guideline. Lean Linux Commands and get preparation for the job of Linux Commands”



23 Linux Commands Questions And Answers

22⟩ What is the Difference between su and su- ?

there is little difference in both of these commends...

su --> just switch you to user mode (root) but didn't provide the complete user environment

su - ---> provide you the complete user environment and also direct jump to user home directory.

 117 views

23⟩ What is vnc?

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

 128 views