Tag: CLI

pstree [Command]

Command pstree Displays all running processes in a tree. Syntax pstree [options] [process_id] Options -a displays the command line arguments. -c does not compress the subtrees. -l displays
Read More

ps [Command]

Command ps Displays the status of processes (programs) running in the system. Syntax ps [options] Options [notice]Note that unlike other commands ps command options do not have a
Read More

cal [Command]

Command cal cal Displays a calendar for any month of any year. Syntax cal [-jy] [[Month_Number] year] Options cal displays a simple calendar. If arguments are not specified,
Read More

grep [Command]

Command grep grep – command provides search in one or more files, lines that match the regular expression (search patterns). Syntax grep [options] pattern files Options -N (where
Read More