The Linux system provides several command line tools to help you manage large amounts of data. some of the tools are sorting using sort command, searching using grep command, compress data using several file compression utilities like zip, gzip and archiving data using command tar.
Category Archives: Linux Commands
How to Monitor Disk Space in Linux
How to monitor the disk space in Linux for Linux user and Linux administrator. Use mount command to mount the disks. umount command to un mount the disk. du and df commands also come very handy while working with disk space in linux.
How to Manage processes in Linux
How to work with Linux process using commands. How to use ps command with various options. How to use top command. How to stop or terminate a process or program using kill and killall commands.