0% found this document useful (0 votes)
55 views1 page

Linux Post

The document lists and describes several common Linux commands for beginners. It covers commands for listing files and directories (ls, la, li), clearing the screen (clear), exiting the terminal (exit), creating and viewing files (touch, cat), making directories and removing files and directories (mkdir, rm, rmdir), copying and moving files (cp, mv), viewing manual pages and help documents (man, info, --help), checking the current directory (dir, pwd), and installing packages (rpm). The commands allow beginners to navigate directories, manage and view files, and get information on other commands.

Uploaded by

Mohamed ILeeyas
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
55 views1 page

Linux Post

The document lists and describes several common Linux commands for beginners. It covers commands for listing files and directories (ls, la, li), clearing the screen (clear), exiting the terminal (exit), creating and viewing files (touch, cat), making directories and removing files and directories (mkdir, rm, rmdir), copying and moving files (cp, mv), viewing manual pages and help documents (man, info, --help), checking the current directory (dir, pwd), and installing packages (rpm). The commands allow beginners to navigate directories, manage and view files, and get information on other commands.

Uploaded by

Mohamed ILeeyas
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Linux Commands For Beginners LS : For listing the files as well as directories those are kept in the particular

working directory. LA : same as 'ls -l'but by this command we can also see the hidden files. LI : same as 'ls -la' but it will also shows us the inode number of each and every file. Clear: It will clear the screen(short cut ctl+l). Exit: To end a current session as well current terminal logging, Touch : To create a new empty file. Cd : To change the working/present directory. Cat: To view the contents of a file and it is also used for creating a new file with some contents. Mkdir :To make a new directory

Useful Linux Commands Rm : To remove a empty file. rmdir: To remove a empty directory. CP : To copy something in a destination file or directory. Mv : To move one file or directory from one place to another place, it is also used for renaming a directory or file. Man : To view the manual page of commands for syntax. Info : To view the information about any command. --help :To view the help documents of a command. Dir :To view the subdirectories and filesn under the directory. su - To become a super user who : By this command you can see the user name and their ip addresses who have logged in on your server. Who am i : This command shows your current logged in terminal user name. pwd: To view the present working directory. rpm -ivh : To install a rpm package rpm stands for 'redhat package manager' -i stands for install -v stands for verbose mode -h stands for with hash sign(#)

You might also like