Posts

Showing posts with the label Linux Commands

Linux Commands | Deep explanation

Image
 What is a  command? ( common world)     A  signal that actuates a device (such as a control mechanism in a spacecraft or one step in a computer) What is a Linux Commands ? (Computer World)           Linux is a Unix-Like operating system. All the Linux/Unix commands are run in the terminal provided by the Linux system.          This terminal is just like the command prompt of Windows OS. Linux/Unix commands are  case-sensitive.  The terminal can be used to accomplish all Administrative tasks.            This includes package installation, file manipulation, and user management. Linux terminal is user-interactive. The terminal outputs the results of commands which are specified by the user itself.            Execution of typed command is done only after you press the Enter key. Before learning this, you need to know how to ha...

How to open a Terminal in Ubuntu? |Short View

Image
 Terminal - Ubuntu        If you're using Ubuntu Linux, you'll often see articles recommend you run commands. To do this, you need to type these commands into a Terminal window. Here are several ways to open one - including a quick keyboard shortcut Use a Keyboard Shortcut to Open a Terminal      To quickly open a terminal window at any time, press Ctrl + Alt + T. A graphical GNOME terminal window will pop right up.   Launch a Terminal Window From the Dash      You'll find the Terminal application included with your other installed applications. To find them, click the "Show Applications" button at the bottom-left corner of your screen, on the "dash" bar.   Type “Terminal” and press Enter to find and launch the Terminal shortcut. You can also locate the Terminal icon in the list of all applications that appears here and click it.   Run a Command to Open a Terminal You can also press Alt + F2 to open the Run a Comman...