Linux SWAP Memory

July 6, 2015 admin 0

Listed delow is the procedure to create a swap space in Linux: # fdisk /dev/sda : Create a partition in Linux # mkswap -v1 /dev/sda10 […]

Redhat Package Manager (RPM)

July 6, 2015 admin 0

Set of binary files, which are compiled programs. This is similar to add/remove programs in windows. RPM is used to manage installation packages including installation […]

Linux File Attributes

July 6, 2015 admin 0

Listed below are few attributes that can be assigned to a file:   # chattr +i /etc/passwd : i = immutable (cannot remove, edit, rename […]

Linux File System Management

July 6, 2015 admin 0

Disk Druid: The only tool used for partitioning management at the time of installation Partitioning management utilities available after installation: fdisk parted sfdisk Total partitions […]