-
TAR command. [Analogics Jan-2026]
-
Tell me 20 commands in LSP / Linux. [5G Testbed]
-
Explain plenty of commands in Linux that you know. [5G Testbed]
-
What are the networking commands you know in Linux? [5G Testbed]
-
What is the ls command used for? [Mirafra Technologies]
-
How does the ls command work? [Mirafra Technologies]
-
What will you see using the command ls -eaf? [INFOBELL]
-
How can you check hidden files in Linux? (ls -a) [Mirafra Technologies]
-
What is the grep command used for? [Mirafra Technologies]
-
Which command is used to remove lines containing a specific word? (grep -v / sed) [Mirafra Technologies]
-
What is the use of the tail command? [Mirafra Technologies]
-
How does the tail command work? [Mirafra Technologies]
-
What is the mv command used for? [Mirafra Technologies]
-
Which command is used to create a directory? (mkdir) [Mirafra Technologies]
-
Which command is used to remove a directory with subdirectories? (rm -rf)
-
What is the echo command used for? [Mirafra Technologies]
-
Is the cat command used to list files with the name ‘cat’? (No — cat is used to read file content) [Mirafra Technologies]
-
Which command is used to change the permissions of a file? (chmod)
-
Which command is used to create links in Linux? (ln) [Mirafra Technologies]
-
Which command is used to get the process ID? (ps / pidof / pgrep) [Mirafra Technologies]
-
How can you check which users are currently logged in? (who / w) [Mirafra Technologies]
-
Which command to find remaining RAM space? (free -h) [Johnson Control]
-
Which command shows your current directory? (pwd)
-
How can you run a command as the root user? (sudo) [Mirafra Technologies]
-
If you do not know a command, how will you find its purpose and syntax? (man <command>)
-
Which symbol is used for output redirection? (>)
-
Which symbol is used for comments in shell scripting? (#)
-
How will you check if a process is running or not? (ps aux | grep <name>) [INFOBELL]
-
How do you use the apt command?
-
What does the ssh command do?
-
What is the nice command?
-
Which command checks open ports in Linux? (netstat -tuln / ss)
-
Which command is used to check Wi-Fi and Ethernet connections in Linux? (nmcli / ip link)
-
What does the ping command do? What parameters does it give? [5G Testbed]
-
Tell me the extensions/options of the ping command. [5G Testbed]
-
Your LAN cable or Wi-Fi is not working — how will you check network status? [5G Testbed]
-
What does the chroot command do?
-
What is the purpose of SELinux?
-
Which file defines sudo privileges for users? (/etc/sudoers)
-
Which log file contains authentication events? (/var/log/auth.log)
-
What happens if a soft link is deleted?
-
If Linux is installed on your computer, in which location are hard disk files stored?
-
What is the top-most directory in Linux? (/)
-
If a file has 777 permissions, what type of access is allowed? [Mirafra Technologies]
-
Can a file exist without any permissions? [Mirafra Technologies]
-
What is file system? What is its use? How do you create a file system?
-
Are signals in Linux used only to communicate between threads? [Mirafra Technologies]
-
Are message queues used to send data between two different processes? [Mirafra Technologies]
-
What is Git?
-
What is Ubuntu? [Rayden]
-
Difference between Linux and Unix. [Webber]
-
What type of files do we have in Linux? [Team F1 Network]
-
Common file descriptors in Linux (stdin, stdout, stderr). [Team F1 Network]
-
Command to see running processes. [Team F1 Network]
-
Command to see the threads. [Team F1 Network]
-
What is the difference between ls and ll commands? [Team F1 Network]
-
What is the free command? [Team F1 Network]
-
What is the file format in Linux? [Team F1 Network]
-
What is a pipe in Linux? [Webber]
-
What is the ICMP? What is the ping command? [Team F1 Network]
-
Write any 5 shell commands. [Tenacity]
-
What is GIT? Write some commands: git add, git commit, git push, git pull, git clone. [Rayden / VEM Technology / Webber]
-
What are Git branches? What is the use of Git branch? [Webber / VEM Technology]
-
What is the difference between GUI and command line? [Webber]
-
What Linux commands do you know? [TeraScale]
-
Explain insmod and rmmod commands. [TeraScale]
-
Explain the mknod command (create device file). [TeraScale]
-
What is GDB? How to use it for debugging? [TeraScale]