Category: Shell

FSTAB

FSTAB(5) File Formats FSTAB(5) NAME fstab – static information about the filesystems SYNOPSIS /etc/fstab DESCRIPTION The file fstab contains descriptive information about the various file systems. fstab is only read…

FSCK

FSCK(8) System Administration FSCK(8) NAME fsck – check and repair a Linux filesystem SYNOPSIS fsck ] DESCRIPTION fsck is used to check and optionally repair one or more Linux filesystems.…

FREE

FREE(1) User Commands FREE(1) NAME free – Display amount of free and used memory in the system SYNOPSIS free DESCRIPTION free displays the total amount of free and used physical…

DMESG

DMESG(1) User Commands DMESG(1) NAME dmesg – print or control the kernel ring buffer SYNOPSIS dmesg dmesg –clear dmesg –read-clear dmesg –console-level level dmesg –console-on dmesg –console-off DESCRIPTION dmesg is…

DF

DF(1) User Commands DF(1) NAME df – report file system disk space usage SYNOPSIS df … … DESCRIPTION This manual page documents the GNU version of df. df displays the…

DEPMOD

DEPMOD(8) depmod DEPMOD(8) NAME depmod – Generate modules.dep and map files. SYNOPSIS depmod depmod DESCRIPTION Linux kernel modules can provide services (called “symbols”) for other modules to use

DD

DD(1) User Commands DD(1) NAME dd – convert and copy a file SYNOPSIS dd … dd OPTION DESCRIPTION Copy a file, converting and formatting according to the operands. bs=BYTES read…

DATE

DATE(1) User Commands DATE(1) NAME date – print or set the system date and time SYNOPSIS date … date YY]] DESCRIPTION Display the current time in the given FORMAT, or…

CRONTAB

CRONTAB(1) General Commands Manual CRONTAB(1) NAME crontab – maintain crontab files for individual users (Vixie Cron) SYNOPSIS crontab file crontab { -e | -l | -r } DESCRIPTION crontab is…

CP

cp – copy files and directories Synopsis cp … SOURCE DEST cp … SOURCE… DIRECTORY cp … -t DIRECTORY SOURCE… Description Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.…