Presentation: Linux
Presentation: Linux
PRESENTATION
Source too,
It's based on Unix which was and an It's based on Unix which was and isis an It's based on Unix which was and is an operating systems designed from the ground operating systems designed from the ground up operating systems designed from the up for a multiuser environment. for a multiuser environment.
ls command lists the files and directories under current working directory.
cd - change directories
free command displays information about free and used memory on the system.
pwd - Print Working Directory. pwd command prints the full filename of the current working directory.
who command list the names of users currently logged in, their terminal, the time they have been logged in, and the name of the host from which they have logged in.
cmp linux command compares two files and tells you which line numbers are different.
line of a file.
df command is used to report how much free disk space is available for each mount available.
du command is used to report how much disk space a file or directory occupies.
egrep command is used to search and find one or more files for lines that match the given string or word.
file command tells you if the object you are looking at is a file or a directory.
head command is used to display the first ten lines of a file, and also specifies how many lines to display.
tail command is used to display the last or bottom part of the file. By default it displays last 10 lines of a file.
man command which is short for manual, provides in depth information about the requested command
grep command selects and prints the lines from a file which matches a given string or pattern.
host command is used to find the ip address of the given domain name and also prints the domain name for the given ip.
jobs command is used to list the jobs that you are running in the background and in the foreground.
whoami command Print the current user id and name (`id -un')
ps command is used to report the process status. ps is the short name for Process Status.
link command is used to create a link to a file. It is also called as hard link. Inode will be same for source and destination.
lsattr command is used to list the attributes of the specified file or directory.
more command is used to display text in the terminal screen. It allows only backward movement.
mv command which is short for move. It is used to move/rename file from one directory to another.
nestat command displays statistics information and current state of network connections, protocol, ports/ sockets and devices.
paste command is used to paste the content from one file to another file. It is also used to set column format for each line.
restore - command restores the data from the dump-file or backup-file created using dump command.
route command displays routing table resides in kernel and also used to modify the routing table.
sed is a stream editor. sed command helps to edit or delete all occurrences of one string to another within a file.
whois command lists the information about the domain owner of the given domain.
yes command repeatedly prints the given string separated by a space and followed by a newline until it is killed
pr -
su -