Search
.Management Sciences
Category: Basic of linux unix
Which of the following command is used to access an SMB share on a Linux system ?
0
A. NFS
B. SMD
C. smbclient
D. smbserver
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 command is used to count the number of files in the current directory by using pipes ?
A. ls | ws – c
B. ls | wc – w
C. ls | wc – l
D. ls | wc
What TCP/IP protocol is used for transferring electronic mail messages from one machine to another ?
A. FTP
B. SNMP
C. SMTP
D. RPC
Which symbol will be used with grep command to match the pattern pat at the end of a line ?
A. ^pat
B. $pat
C. pat$
D. pat^
Recent Comments