vinayak


{ City } bangalore
< Country > india
* Profession * system administrator l1
User No # 23698
Total Questions Posted # 0
Total Answers Posted # 3

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 28
Users Marked my Answers as Wrong # 2
Questions / { vinayak }
Questions Answers Category Views Company eMail




Answers / { vinayak }

Question { Wipro, 29163 }

how do u find remote machine operating system and version?


Answer

for os
cat /etc/redhat-release
or cat /etc/issue
for kernel version
uname -r
or uname -a

Is This Answer Correct ?    2 Yes 2 No

Question { 18378 }

how to add linux user to group?


Answer

Second answer is wrong please use blow mentioned commond
usermod -g
usermod -G for secondary group
gpasswd -a

Is This Answer Correct ?    6 Yes 0 No


Question { IBM, 9997 }

what is cups and how to configure?


Answer

Cups is nothing but service for printer.It can be
configured by editing vi /etc/cups.conf file
after editing the file we need to start the cups service

Is This Answer Correct ?    20 Yes 0 No