Linux manual

This document is a Linux manual in one page ,A summary of useful Linux commands , free training linux course designated to beginners.

Table of contents

  • Starting & Stopping
  • shutdown -r 5
  • shutdown -r now
  • Accessing & mounting file systems
  • Installing software for Linux
  • Finding files and text within files
  • The X Window System
  • User Administration
  • Moving, copying, deleting & viewing files
  • User Administration
  • Little known tips and tricks
  • Configuration files and what they do
  • /etc/profile
  • /etc/fstab

 

Excerpt from course

  • find / -name fname : Starting with the root directory, look for the file called fname
  • find / -name '*fname*' : Starting with the root directory, look for the file containing the string fname
  • locate missingfilename : Find a file called missingfilename using the locate command - this assumes you have already used the command updatedb (see next)
  • updatedb : Create or update the database of files on all file systems attached to the linux root directory which missingfilename Show the subdirectory containing the executable file called missing file name
  • grep : text string to find
  • /dir : Starting with the directory called dir , look for and list all files containing text string to find
Size : 94.28 Kb
File type : pdf
Downloads: 1147
Created: 2016-01-15
Linux manual

Others Linux Tutorials

The Linux Command Line: A Complete Introduction

Linux System Administration Exercises Editing

Linux Fundamentals

Linux Fundamentals Tutorial in PDF

Linux System Administrator's Guide

Others related eBooks about Linux manual

Linux Appliance Design

Download free course Linux Appliance Design, pdf file on 388 pages by Bob Smith, John Hardin, Graham Phillips, Bill Pierce....

Azure Tips and Tricks

When I reflect back on Azure Tips and Tricks a year ago, I was only thinking that I'd writ..., download free Azure tutorial in PDF (67 pages) created by Michael Crump ....

Windows 7 New Features

Download free PDF tutorial about the new features and functions of Windows 7.Course material training on 7 pages for beginners....

Think OS - A Brief Introduction to Operating Systems

Think OS is an introduction to Operating Systems for programmers. ...

Deploying Windows 10

Download free course Deploying Windows 10, pdf file on 97 pages by Andre Della Monica, Russ Rimmerman, Alessandro Cesarini, Victor Silveira....

Linux From Scratch

What is Linux From Scratch? Linux From Scratch (LFS) is a set of books that provides you with step-by-step instructions for building your own customized Linux system entirely from source. ...

Into the Core: A look at Tiny Core Linux

Tiny Core Linux (TCL) is a minimal Linux operating system focusing on providing a base system using BusyBox and FLTK, developed by Robert Shingledecker. The distribution is notable for its size (15 MB) and minimalism, with additional functionality provided by extensions. Tiny Core Linux is free and ...

Linux commands Notes for Professionals

Download free course Linux commands Notes for Professionals, pdf file on 64 pages by Stack Overflow Community....

The Unix Workbench

Learning the command line can be a difficult and intimidating task, but this book is desig..., download free Unix tutorial in PDF (249 pages) created by Sean Kross ....

Linux System Administrator's Guide

The Linux System Administrator's Guide is a PDF tutorial that describes the system administration aspects of using Linux. It is intended for people who knows nothing about system administration with Linux.Very useful resources for who wants to be familiar with commands and basics of linux features....