[How To]: Identify Currently Running Linux Distribution Using LSB Command #CLI

lsb_release “Linux Standard Base“ is a simple command line tool allows you to show more information such as “distribution code name, distribution ID, distribution release number, and distribution description” about currently used linux distribution. Continue reading

Command Line | Change The Owner Of Files And Folders | chown

chown is a Unix/Linux command for changing files and folders ownership.chown become really handy if you want to change the owner for many files or folders using the command line. Continue reading

Command Line | du Disk Usage Commands | Tips

du is a disk usage command allows you to easily know file and directory sizes, also you can view file and directory sizes decreasing starting by biggest file, otherwise increasing by smallest file. Continue reading