LINUX: Process handling
What is a Process?
Process is kind of program or task carried out by your PC.
For e.g. $ ls -lR , ls command ( a request to list files in a directory and subdirectory in your current directory) - It is a process.
LINUX: Process handling
What is a Process?
Process is kind of program or task carried out by your PC.
For e.g. $ ls -lR , ls command ( a request to list files in a directory and subdirectory in your current directory) - It is a process.
Ubuntu Files Tree Overview
Main directories
Name of common directories of linux file tree have been listed and described below: (ubuntu)
NOTE: “/”slash denotes root
Any programming language need variables, loops, arrays, …
So let’s start with discussing variables in Shell Script:
In Linux (Shell), there are two types of variables:
System variables - Created and maintained by Linux itself. This type of variable defined in CAPITAL LETTERS