- None found
Format the new hard drive in linux
The first step that should be done is when you install a new hard drive in linux is to check whether the new hard disk that you attach your linux detected by what is not, for that execute the following command:
[root@dodi data]# fdisk -l | grep "Disk"
Disk /dev/hdb: 41.1 GB, 41110142976 bytes
Viewing and stopping processes
Every program that runs on your system, including the shell itself and any commands that you might have issued, creates a process. You can get a list of all running process on your system by using the ps command. For exam- ple, entering the ps command on my system gives the following output: