Terminal

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

Command

Command
Command
Command
Command
Command
Command
Command
Command
Command
Command
Command
Command
Command
Command
Command
Command

(1) ls / -l / --all ------ list content of current Directory


(2) cd <directory> ------ change directory
(3) mkdir <directory> ------ make new directory
(4) cp <source> <destination> ------ copy file only
(5) cp -r <source> <destination> ------ copy folder
(6) rm <file> ------ remove file
(7) rm -f <file> ------ remove file, to aviod check
(8) rm -r <folder> ------ remove folder
(9) type <command> ---------give folder of command where it is
(10) who -----------users info
(11) echo $SHELL /HOME -----------default shell being used /home directory
(12) uname -r ----------- version of linux
(13) passwd ----------- to change password
(14) date ----------- date and current time
(15) cal -----------show calender of current month
(16) pwd ----------- present working directory
(17) cat / cat > [file name]------------ to show content of file / to create file

read about chmod

ln ,

touch , rmdir , man , diff , sudo , clear ,

keboard shorts
ctrl+alt+t ---------> to open terminal

telnet

You might also like