BSC QueBank - Linux
BSC QueBank - Linux
➢ Questions Bank
• Unit 1
1. Explain Operating System
2. Explain different services provided by Operating System.
3. Explain functions of OS
4. Explain various methods of Login & Logout in Linux.
5. What is Shell?
6. What is Kernel?
7. Explain Architecture of Linux with diagram.
8. Explain following commands with suitable examples.
✓ GPU(General Purpose Utility) Commands : clear, cal, date, wc, who, tty, uname,
expr, test, bc, clear, echo, script, banner, tput, lock.
✓ Finding file information : man, info, --help, whatis
✓ File locating : find
✓ File System commands : pwd, cd, ls, touch, cat, mv, cp, mkdir, rmdir, rm, chmod
✓ File and Directory Manipulation commands: cp, mv, mkdir, rm, ln, ls, touch, cat.
9. What is Linux Files? Explain its types.
10. Explain Linux File system management.
11. Explain different blocks in Linux.
12. Discuss file ownership and different file permissions.
13. Explain different system calls in Linux. (Open, Read, Write, Close)
• Unit 2
1. What is process. Explain mechanism of process creation.
2. Explain process states and transition.
3. How can you schedule a one-time job to run at a specific time?(explain at command)
4. Explain how the batch command.
5. Explain following process management commands
✓ & (no logging out)
✓ nohup (logout safely)
6. How will you schedule jobs in Linux using
✓ nice
✓ cron
7. What is shell script. How will you choose shell.
8. Discuss different operators in BASH shell.
9. what are the variables in shell script how it is invoked.
10. What are the special varibles in shell script.
11. Explain conditional control statements in shell script
12. Explain looping statements in shell script
13. write shell script for ……(simple programs)