Linux/UNIX System Administration
Covers Linux and UNIX operating system commands, configuration files, file system concepts, and system administration tasks including DNS, mail services, and process management.
Questions
Choose which is not a display manager xdm , gdm , kdm , ldm , lxdm , adm
- lxdm & ldm
- ldm & adm
- adm & lxdm
- xdm & adm
How to display all the process sent to background by user?
- fg
- jobs
- ps -backgound
- front
What is the difference between Hard Link and Soft Link?
- Hard links share the same data blocks on the hard disk.Where as for soft link seperate file is created.
- Hard link: Associate two or more file names with the same inode.Where as soft Link is a small file pointing to another file.
- Both as same in case of implementation, only difference is in the size of new file created.
- Hard Link create a new seperate file and that is not related with old file.A soft link contains the path to the target file instead of a physical location on the hard disk.
What is "dselect" in Linux Operating System?
- It is a package manager for Debian Systems.
- It is a package manager for Red Hat Systems.
- Command to uninstall programs.
- Command to un-select any selection.
What is "Xlib" in a LINUX System?
- Base Windows system in LINUX.
- A low-level interface which communicates between base system,network and Higher level programs.
- A program which provides GUI to LINUX Systems.
- Its a replacement for Windows Manager.
Command "SuperProbe" is used for...........
- There is no such command in LINUX OS.
- Probe a module into kernel.
- To determine card's chipset Information.
- None of the Above.
Each shared library have 2 files.They are?
- "libraryname.a" and "libraryname.a.version"
- "libraryname.a" and "libraryname.so.version"
- "libraryname" and "libraryname.so.version"
- There exist only one file for one shared library.
Which of the following is a text editor in LINUX OS?
- ping
- lynk
- ed
- edi
who | awk ‘{ print $1, $5 }’
- Error : syntax used with awk is wrong.
- prints names of logged-in users and time of login.
- Display output of who with $1 and $5 at the end.
- None of the above.
What following command perform? "at 12pm Jul 31 ls date <ctrl+d> "
- Execute "ls" and "date" command at 12pm on 31st July.
- Execute "ls" and "date" command at 12pm on 31st July and mail output to owner of task.(User who had initiated that at command)
- Execute "ls" and "date" command at 12pm on 31st July and mail output to root.
- Execute "ls" and "date" command at 12pm on 31st July but no output.
How to corrupt the file in UNIX
- Change the inode number of the file
- Change the inodes count.
- Change the content of the file.
- change the file permission
How to de-list the IP from spam website
- Send the mail to spamwebsite owner
- Block 25 port in the firewall
- Change the port number of SMTP
- Clean the system with anti
What is SELINUX?
- Firewall
- Remote support
- Access rules
- Virus Scanner
What is the use of /etc/nsswitch.conf file?
- DNS resolution
- Name resolution priority
- Host configuration.
- backup Configuration
How to change the port number of a service
- Use nmap command
- Modify the port number in /etc/hosts file.
- Modify the port number in /etc/services file
- Modify the port number in /etc/resolv.conf file
What is MX record?
- Dynamic DNS
- Root DNS
- CNAME
- Mail exchanger
Command for checking kernel parameters
- ngroups
- Sysconfig
- adb -k
- tee
How to block unknown senders in mail services
- use access file
- use mail file
- Configure single domain
- use netstat command
how to convert shell script to binary file
- using java
- shc
- Change the permission of script.
- using VB
what is the command used for recovering deleted files?
- find
- dump
- get
- grep