Search
.Management Sciences
Category: Basic of linux unix
RPM____________________?
A. stands for Red Hat Package Manager
B. stands for Red Hat Package Manager
C. is used to install, uninstall, and manage packages
D. is used to keep track of the users
What layer of OSI determines the interface of the system with the user ?
A. Session
B. Data-link
C. Application
D. Network
Which of the following commands is used to assign executable permission to the owner of the file named “note” ?
A. chmod g+x note
B. chmod u+w note
C. chmod u+x note
D. chmod ugo+x note
Which file is used to configure which filesystems are mounted ?
A. /etc/mount.sys
B. /etc/filesys
C. /etc/sysconfig
D. /etc/fstab
Which of the following commands is used to remove files with confirmation prompt from the user file system which have neither been accessed nor modified i the last one year ?
A. find -mtime +365 | rm
B. grep (/usr/*) – mtime + 365 | -ok rm
C. find -name – mtime + 365 / – ok rm
D. find /user/* (-mtime + 365 – a – atime +365 ) – OK rm {} ;
Recent Comments