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
Scheduling recurring jobs on Unix/Linux systems Which program is traditionally used to schedule commands or scripts to run at specific times and dates automatically?
Checking and repairing Linux file systems Which tool is used to verify and repair Linux file systems after improper shutdowns or detected inconsistencies?
Changing the working directory on Unix/Linux Which standard command changes the shell’s current working directory?
Binary to dotted-decimal conversion of an IPv4 address Convert the 32-bit address 10000000 00001010 00000010 00011110 to dotted-decimal form.
History of Linux: founder of the Linux kernel Who initiated and originally developed the Linux kernel project?
Changing file permissions: make file named report executable for everyone Which chmod command grants execute permission to user, group, and others on a file named report (without altering other permissions)?
Linux shell startup files: Which system-wide script sets default environment variables and startup behavior for all users when they log in to a Bash shell?
Unix command-line basics: Which command is commonly used to display the contents of files and can also be used to create simple files from standard input?
Linux boot loaders: What is LILO and what is it used for in the context of Linux on x86 hardware?
Disk partitioning (MBR scheme): How many extended partitions can be created on a single MBR-partitioned drive?
Linux disk quotas: Which administrative command is used to set (edit) user and group quotas on a Linux system?
RPM basics (Linux packaging): Which statement best describes RPM in practical, distribution-agnostic terms?
Linux logs (Red Hat family): Where are system and mail log files typically stored on Red Hat–based distributions?
RPM query mode: Which rpm command option is used to query information about a specific package (for example, to check if it is installed)?
Filesystem hierarchy (FHS): Which directory is designated for user system resources, including subdirectories for user and administrative executables such as /usr/bin and /usr/sbin?
Unix text-processing tools: Which of the following is
not
a filter command (i.e., a program that reads from standard input and writes to standard output)?
Linux system administration: Which command-line utility is used to create, delete, and modify disk partitions on a hard drive (for example, preparing a new disk before making filesystems)?
UNIX file management: Which command removes (deletes) a file from the filesystem, permanently freeing its directory entry and disk space after the last link is gone?
Shell pipelines and counting: Using standard pipelines, which command counts the number of directory entries shown by ls in the current directory (one count per line of ls output)?
vi editor navigation: In classic vi normal mode, which single-key motion command moves the cursor one character to the left?
1
2
3
4
5
6
7