What are zombie processes?
How can I set the default rwx permission to all users on every file which is created in the current shell?
How will you emulate wc –l using awk?
how will you find the total disk space used by a specific user?
How can any user find out all information about a specific user like his default shell, real-life name, default directory, when and how long he has been using the system?
What are the four fundamental components of every file system on linux?
Write the syntax for "if" conditionals in linux?
Write a command sequence to find all the files modified in less than 2 days and print the record count of each.
How to set an array in linux?
Write down the syntax of "for " loop
What will happen to my current process when I execute a command using exec?
What is the equivalent of a file shortcut that we have a window on a linux system?
I have 2 files and I want to print the records which are common to both.
Write a script to print the first 10 elements of fibonacci series.
How do we create command aliases in a shell?