A user is new to Linux and he wants to know full list of available commands, what would you suggest him?
You have lots of running jobs, how would you remove all the running processes, without restarting the machine?
The Linux command ‘disown -r’ will remove all the running Processes.
What does the command ‘hash’ is used for in bash Shell?
Linux command ‘hash’ manages internal hash table, fins and remember full path of the specified command, Display used command names and number of times the command is used.
You have a large text file, and you need to see one page at a time. What will you do?
No comments:
Post a Comment