Pages

Commonly used Unix/Linux commands

Here are the mostly used command in command line. To see more details, click on each commad.
ls
grep
alias
reverse search
tab completion
disk space (du, df and quoto)
exctract files
compiling source code (configure, make and make install)
downloading link (wget and git clone)
editors (vim, emacs, atom, visual code, etc)
file conversion



ctrl C interrupts whatever is currently running.  (to come out if anything went wrong)
ctrl Z to put a foreground process into the background.
ctrl S suspends current terminal
ctrl Q resumes current terminal




Following passage is taken from Stanford's Micro and Nano Mechanics Group.
Here is a list of commands from wiki for UNIX/LINUX.

No comments:

Post a Comment

You may be interested in these posts

Error in image file conversion: convert-im6.q16: not authorized `test.eps' @ error/constitute.c/WriteImage/1037.

This error is because of the vulnerability. This allows remote execution of code using image formats. So, some Linux distributions by defaul...