1.14k likes | 1.37k Views
LINUX PRESENTATION BY, Nikhil v jain. What Is Linux? The most commonly used Operating System for this purpose is Linux - it's Open Source too, It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment. What Is Linux?
E N D
LINUX PRESENTATION BY, Nikhil v jain
What Is Linux? • The most commonly used Operating System for this purpose is Linux - it's Open Source too, • It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment. What Is Linux? The most commonly used Operating System for this purpose the Linux is Open Source too, It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment. • What Is Linux? • The most commonly used Operating System for this purpose is Linux - it's Open Source too, • It's based on Unix which was and is an operating systems designed from the ground up for a multiuser environment.
ls command lists the files and directories under current working directory.
rm linux command is used to remove/delete the file from the directory.
echo command prints the given input string to standard output.
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.
cut command is used to cut out selected fields of each 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.
rmdir command is used to delete/remove a directory and its subdirectories.
host command is used to find the ip address of the given domain name and also prints the domain name for the given ip.
id command prints the effective(current) and real userid(UID)s and groupid(GID)s.
jobs command is used to list the jobs that you are running in the background and in the foreground.
last command is used to display the last logged in users list.
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.