1 PWD :- present working directory this command tell us in which direstory we are working
syntax:- #pwd
2 CP :- cp command is used for copy the file.
syntax:- # cp <source> <destination>
Source :- Where the file is present and file location with the file name like (/root/Desktop/Deepak.txt) .
Destination :- Where you want to copy the file like (/root/Desktop/new folder/ ).that is the type how we give the source adn destination
3 Touch :- We are using this command to create a blank file.
syntax :- # touch <filename>
4 Mkdir :- Mkdir is use to create a directory.
syntax :- mkdir <directory name>
5 ls :- ls command is used to check the files and directories in directory.This command list all files and directories.
syntax :- ls
5.1 ll :- ll command is used to check the inode number and owner of files and directories almost information about the file and direcotries
syntax :- #ll
6 Date :- Date command is used to check the current date.
syntax :- # date
7 Cal :-cal command is used to check the calendar.
syntax :- cal
8 DF :- Df is used to check the free space on hard disk and removable media .
Syntax :- df
9 More :- more command is used to see the content of the file and in this comand the terminal is free in the last.
Synatx :- #more <filename>
10 Less :- Less command is also like more command .this command is also used to see and read the content of the file .But in the last the terminal is not free.We are get the terminal free with the ctrl+z.
Syntax :- #less <filename>
Thanks for reading the post and sorry for my R.I.P english
_/\_
syntax:- #pwd
2 CP :- cp command is used for copy the file.
syntax:- # cp <source> <destination>
Source :- Where the file is present and file location with the file name like (/root/Desktop/Deepak.txt) .
Destination :- Where you want to copy the file like (/root/Desktop/new folder/ ).that is the type how we give the source adn destination
3 Touch :- We are using this command to create a blank file.
syntax :- # touch <filename>
4 Mkdir :- Mkdir is use to create a directory.
syntax :- mkdir <directory name>
5 ls :- ls command is used to check the files and directories in directory.This command list all files and directories.
syntax :- ls
5.1 ll :- ll command is used to check the inode number and owner of files and directories almost information about the file and direcotries
syntax :- #ll
6 Date :- Date command is used to check the current date.
syntax :- # date
7 Cal :-cal command is used to check the calendar.
syntax :- cal
8 DF :- Df is used to check the free space on hard disk and removable media .
Syntax :- df
9 More :- more command is used to see the content of the file and in this comand the terminal is free in the last.
Synatx :- #more <filename>
10 Less :- Less command is also like more command .this command is also used to see and read the content of the file .But in the last the terminal is not free.We are get the terminal free with the ctrl+z.
Syntax :- #less <filename>
Thanks for reading the post and sorry for my R.I.P english
_/\_
0 comments:
Post a Comment