Basic of linux unix
NIS_____________________?

A. is Network Information Service
B. is a simple directory service whose main purpose is to allow remote authentication of systems on local network systems
C. was formerly known as yellow pages
D. allows configuration-such as password and group files

The command chmod 761 letter is equivalent to__________________?

A. chmod 4=7, g = 6, o = 1 letter
B. chmod a = 761 letter
C. chmod u = rwx, g = rw, o = x letter
D. chmod 167 letter

GNOME is based on________________?

A. CORBA toolkit
B. COM/DCOM toolkit
C. ORE toolkit
D. OLE DB toolkit

Which command is used to remove the read permission of the file ‘note’ from both the group and others ?

A. chmod go+r note
B. chmod go+rw note
C. chmod go-x note
D. chmod go-r note

What does FSF stand for ?

A. Free Software File
B. File Server First
C. First Serve First
D. Free Software Foundation

Which command is used to move all files to the bin sub-directory of the parent directory ?

A. mv *.* /bin/
B. mv * /bin/*
C. mv * ../bin
D. mv * ../bin *.*