Category: Commands

exit [Command]

Command exit Allows you to exit from a program, shell or log you out of a Unix network. Syntax exit Description To end a current session as well
Read More

whatis [Command]

Command whatis Searches for whole words in the database whatis (see command apropos). Syntax whatis keyword Options no Description whatis command displays the result of search whole words
Read More

uname [Command]

Command uname Displays system information, such as the type of machine and operating system. Syntax uname [options] Options -a displays all the information. -m displays the type of
Read More

man [Command]

Command man Print page operational manual (also called man-pages). Syntax man [options] [section] command Options -C conf_file indicates configuration file man (by default /etc/man.config). -p indicates listatel pager
Read More

ldd [Command]

Command ldd ldd command displays the names of shared libraries required for execution. Syntax ldd [options] program Options -v displays the version number of ldd. -V displays the
Read More

info [Command]

Command info info command displays online help for any command Linux. Syntax info [options] command Options -d add the directory to the list of directories in which files
Read More

passwd [Command]

Command passwd Changes the password. Syntax passwd [username] Description The passwd command changes your password. It asks for old password, and then the new password. If you are
Read More

groups [Command]

Command groups groups command shows the groups to which the user belongs. Syntax groups [username] Description groups command displays the names of groups to which the user belongs.
Read More