-
what is open system call[AMD Feb-2026]
-
What is a file descriptor? [INFOBELL]
-
What are file operations in Linux? [INFOBELL]
-
What is a file system? What is the use of a file system? How do you create a file system?
-
What types of files are there in Linux?
-
In Linux, is a file limited to only 50 MB in size? [Mirafra Technologies]
-
Can a file exist without any permissions? [Mirafra Technologies]
-
What permissions does a file have? Explain read, write, append. [Mirafra Technologies]
-
If a file has 777 access permissions, what type of permissions are allowed? [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]
-
What happens if a soft link is deleted?
-
Which log file contains authentication events? (/var/log/auth.log)
-
If Linux is installed on your computer, in which location are the hard disk files stored?
-
What is the top-most (root) directory in Linux?
-
How can you check hidden files in Linux? (ls -a) [Mirafra Technologies]
-
What will you see using the command ls -eaf? [INFOBELL]
-
What is the grep command used for? [Mirafra Technologies]
-
Which command is used to remove lines containing a specific word? (grep -v) [Mirafra Technologies]
-
What is the sed command and its syntax?
-
What is the awk command?
-
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? (moving files) [Mirafra Technologies]
-
Which command is used to create a directory? (mkdir) [Mirafra Technologies]
-
Which command used to remove a directory with subdirectories? (rm -rf)
-
How does the ls command work? [Mirafra Technologies]
-
What is the ls command used for? [Mirafra Technologies]
-
Is the cat command used to list files with the name ‘cat’? [Mirafra Technologies]
-
What is the echo command used for? [Mirafra Technologies]
-
How do you find the length of a file?
-
How do you retrieve a word or value from a file?
-
Which symbol is used for output redirection in Linux? (>)
-
What does the ssh command do?
-
How do you use the apt command?
-
What is the nice command?
-
Which command is used to check open ports in Linux? (netstat / ss)
-
What is the purpose of SELinux?
-
Which file defines sudo privileges for users? (/etc/sudoers)
-
What does the chroot command do?
-
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)
-
What happens when you execute ./etc/file_gyp.sh?
-
Which command is used to get the process ID (PID)? (ps / pidof / pgrep) [Mirafra Technologies]
-
How can you check which users are currently logged into a Linux system? (who / w) [Mirafra Technologies]
-
Which command to find remaining RAM space? (free -h) [Johnson Control]
-
Which command shows your current directory in Linux? (pwd)
-
Tell me 20 commands in LSP. [5G Testbed]
-
Explain plenty of commands in Linux that you know. [5G Testbed]
-
What types of files are there in Linux? [Team F1 Network]
-
What is the file format in Linux? [Team F1 Network]
-
What are the common file descriptors in Linux? [Team F1 Network]
-
How to see the list of file descriptors? [Team F1 Network]
-
What is file system? [Webber]
-
What is device access management? [Webber]
-
How to compare two files and read/write operations and print lines where they differ. [VoltyIOT]
-
Write a C program to open two files and print lines where they have different data. [VoltyIOT]
-
What is Linux system programming? [TeraScale]
-
What is a system call? What is the open() system call? [TeraScale]
-
Write the system calls you know in LSP. [TeraScale]
-
What is a kernel? [TeraScale]
-
Given a memory address of 8-bit — write a thread that reads data every 1 second and prints the data from that memory location. [TeraScale]