practical 05 OS
practical 05 OS
4. Pkill: The
Pkill command in linux is used to terminate processes based on
name or other attributes . Unlike kill, which requires a process
ID, pKill allows you to specify a processes by its name , making
it easier to stop multiple instances of the same program.
5. Bg: The bg command in Unix/Linux is used to resume a job
that has been paused (usually with Ctrl+Z) and run in the
background.
7. Grep: The grep command is used in Unix/Linux systems to search for specific
patterns within files. It stands for “Global Regular Expression Print” and is used to
filter input based on regular expressions.