Linux: The Quick and Easy Beginners Guide to Learning the Linux Command Line (Linux in 3 Days Book 1) by Jason Cannon
Author:Jason Cannon [Cannon, Jason]
Language: eng
Format: mobi
Published: 2015-03-31T16:00:00+00:00
Basic Linux Commands
Here is a short list of basic, but essential commands. In Linux, commands are case-sensitive and more often than not they are entirely in lowercase. Items that are surrounded by brackets ( [] ) are optional. You will more than likely use at least some of these commands every time you log into a Linux system. Become familiar with these commands because they can get you pretty far in a short amount of time.
ls - Lists directory contents. You will use ls to display information about files and directories.
cd [dir] - Changes the current directory to dir . If you execute cd without specifying a directory, cd changes the current directory to your home directory. This is how you navigate around the system.
pwd - Displays the present working directory name. If you don't know what directory you are in, pwd will tell you.
cat [file] - Concatenates and displays files. This is the command you run to view the contents of a file.
echo [argument] - Displays arguments to the screen.
man command - Displays the online manual for command . Typeq to quit viewing the manual page. The documentation provided by the man command is commonly called "man pages."
exit, logout , or Ctrl-d - Exits the shell or your current session.
clear - Clears the screen.
Here is a screen capture of Bob's session using the above commands.
$ ls
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Test-Driven iOS Development with Swift 4 by Dominik Hauser(7763)
Filmora Efficient Editing by Alexander Zacharias(5769)
The Infinite Retina by Robert Scoble Irena Cronin(5245)
Learn Wireshark - Fundamentals of Wireshark. by Lisa Bock(3968)
Linux Device Driver Development Cookbook by Rodolfo Giometti(3933)
Edit Like a Pro with iMovie by Regit(3419)
Linux Administration Best Practices by Scott Alan Miller(2858)
Linux Command Line and Shell Scripting Techniques by Vedran Dakic & Jasmin Redzepagic(2835)
MCSA Windows Server 2016 Study Guide: Exam 70-740 by William Panek(2520)
Mastering PowerShell Scripting - Fourth Edition by Chris Dent(2391)
Docker on Windows by Stoneman Elton(2317)
Kali Linux - An Ethical Hacker's Cookbook: End-to-end penetration testing solutions by Sharma Himanshu(2312)
Creative Projects for Rust Programmers by Carlo Milanesi(2240)
Hands-On AWS Penetration Testing with Kali Linux by Karl Gilbert(2107)
Hands-On Linux for Architects by Denis Salamanca(2051)
Programming in C (4th Edition) (Developer's Library) by Stephen G. Kochan(2004)
Computers For Seniors For Dummies by Nancy C. Muir(1996)
The Old New Thing by Raymond Chen(1940)
Linux Kernel Debugging by Kaiwan N Billimoria(1762)
