Posted by
admin on Sep 20, 2011 in
Commands,
System |
0 comments
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 current terminal logging
[Related posts]
cd [Command]Command cd cd – command changes the current directory. Syntax cd [directory] Description The command cd without the directory name changes the current directory to...
apropos [Command]Command apropos apropos – command views a list of all man-pages that contain the specified keyword. Syntax apropos keyword Options No Description Apropos command searches...
pwd [Command]Command pwd Prints the current working directory. Syntax pwd Description The command pwd prints the current working directory. It is a built-in command of Bash....
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...
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....