Wednesday, May 31, 2023

Linux - Checkeq (eqn or neqn)

The following is a Linux dictionary word of the day:

checkeq (eqn or neqn) – command utilized to describe equation aspects.

-v parameter to print version.

Example: eqn hello.c


  

Sunday, May 28, 2023

Linux - Cfdisk

The following is a Linux dictionary word of the day:

cfdisk – partition table manipulator for a Linux drive.

m = option used to maximize the disk usage of the current partition.

-h parameter display for help text.

-V parameter to display version information.

Example: cfdisk -V

Monday, May 15, 2023

Linux - CD

The following is a Linux dictionary word of the day:

cd (also can be chdir)  change directory.

cd .. moves backwards to the next higher subdirectory level.

cd / moves  to the highest root directory level.

Examples:

cd tmp

cd ..

cd /