Hack 96. Sar Command Examples Sadc – System activity data collector Sa1 shell-script Sa2 shell-script Display CPU Statistics using Sar Command Display Disk IO Statistics using ...
Hack 95. lsof Command Examples View all open files of the system View open files by a specific user Hack 95. lsof Command Examples by Ramesh Lsof stands for ls open files...
Hack 70. Create a new user Add a new user – Basic method Add a new user with additional Parameter Verify that the user got added successfully. Change the user password. How to ...
Hack 65. Partition using fdisk Create a partition Verify that the partition got created successfully Hack 65. Partition using fdisk by Ramesh After you’ve installed brand...
Hack 47. Validate a zip archive Hack 47. Validate a zip archive by Ramesh Sometime you may want to validate a zip archive without extracting it. To test the validity of the...
Hack 23. Sort Command Examples Sort a text file in ascending order Sort a text file in descending order Sort a colon delimited text file on 2nd field (employee_id) Sort a tab de...
Hack 20. Join Command Examples Hack 20. Join Command Examples by Ramesh Join command combines lines from two files based on a common field. In the example below, we have ...