Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Linux Questions
System administration: Which command cleanly halts (powers down) a Linux system by changing runlevel to 0?
Creating a boot floppy from UNIX/Linux: Which command writes a raw disk image to a device (e.g., making an installation boot floppy)?
Shell wildcards: Which single wildcard matches exactly one character in UNIX shell globbing?
Networking fundamentals: IPv4 addresses use how many bits for the full address length?
Classic UNIX super-server: Which of the following services is typically NOT managed by inetd/xinetd by default?
Email protocols: Which TCP/IP protocol is used to transfer electronic mail from one mail server to another across the Internet?
Linux user management: default group assignment when creating a new account You have just added a new user named 'kara' using standard Linux tools (for example, useradd). By default, to which primary group is this user typically added?
chmod practice: remove execute for the user and grant read to group and others For a file named 'letter', which command removes the user's execute permission while adding read permission for the group and others (without altering other bits)?
Automated installations on Red Hat–style systems Which tool is used to generate configuration for automated installs on matching hardware (Kickstart-based approach)?
Basic file management on Linux/Unix Which command is used to delete (remove) a file from the filesystem?
Lightweight file transfer over IP networks Which TCP/IP protocol provides simple, minimal-overhead file transfers, often used for bootstrapping devices?
Locating Linux kernel headers and sources for module builds On a traditional system preparing to build a modularized kernel, where are the kernel headers and source commonly located?
Quick file viewing utilities: show the end of a file Which command displays the last 10 lines of a file by default?
vi editor navigation: move forward to the end of the current/next word In the vi editor's normal mode, which single-key command moves the cursor forward to the end of a word?
Mounting NFS file systems on Unix/Linux Which command is used to mount a remote NFS export into the local directory tree?
Bootloader configuration after compiling a new kernel (LILO-based systems) After building a new kernel image, which configuration file must be edited (and updated) so the system can boot the new kernel using LILO?
1
2
3
4
5
6
7