SlideShare a Scribd company logo
40 Important Command for linux 
Linux is the oft-ignored third wheel to Windows and Mac. Yes, over the past decade, the open 
source operating system has gained a lot of traction, but it’s still a far cry from being considered 
popular. Yet though that may be true, Linux still earns new converts every day. Will you join 
them? 
The learning curve of Linux is what deters most users from even trying it in the first place. It can 
be a traumatic experience having to go from a GUI-based operating system like Windows or 
Mac to one that requires command line fiddling. But if you can get over that initial hump of 
difficulty, you may find that Linux is surprisingly robust. 
If you want a crash course on all that is Linux, we’ve got a great Linux newbie’s guide that will 
teach you all you need to know. For the rest of you who just want a brief overview of some 
important commands you ought to know, the following list is all you’ll need. 
Newbie Commands 
cd - Changes the current working directory in the command line console. 
exit - Exits out of the current program, terminates the current command line terminal, or logs you 
out of a Unix network depending on the context. 
kill - Terminates the specified running process. The Linux version of Windows’ “End Process” 
in the task manager. 
ls - List all of the contents of a specified directory. If no directory is specified, it will use the 
current directory. 
man - There’s a running gag in the Linux community that man is the only command you need to 
know. It stands for manual, and it will give you detailed information on commands and aspects 
of Linux. 
pwd - Displays the current working directory for the command line terminal. Good for when 
you’ve lost track of where you are in your system. 
reboot - Immediately stops all running processes, shuts down the system, then reboots. 
shutdown - Stops all running processes and shuts down the system. Parameters can be specified 
to issue a delayed shutdown or a shutdown at a particular time. 
sudo - Runs commands as root, which means no limitations due to permissions. 
System Information
date - Prints out the current system date and time. Specified parameters can change the format of 
the output. 
df - Reports the disk space usage for the file system. 
hostname - Displays the name of the current host system. 
ps - Displays information about all of the processes currently running on the system. 
quota - Displays disk limits and current disk usage for a specified user. Useful when there are 
multiple users assigned to a particular system. 
top - Displays all of the top processes in the system, by default sorted by CPU usage. 
uptime - Reports how long the system has been running since last boot. Extremely useful for 
servers. 
File Manipulation 
bzip2 - Compresses specified contents into a .bz2 archive or extracts from a .bz2 archive 
depending on parameters. 
chmod / chown - Changes the access permissions of one or more files (chmod) or changes the 
ownership of a particular file to a new user (chown). Only users with permission or ownership of 
a file can change that file’s permissions or ownership. 
cp - Copies files to a new location with a new name depending on the parameters. Can copy 
directories too, whether recursively (includes all subdirectories) or not. 
find / locate - Searches the system starting at a specific directory and matching all files within 
that location to a set of conditions laid out by the command parameters. Very useful for quickly 
finding certain files. 
grep – Searches through all of the files in a specified location trying to find files that contain 
lines that match a given string. Returns a list of all the files that scored a match. 
install - Used in conjunction with Makefiles to copy files from one location to the system. Not to 
be confused with installing packages from a software repository. 
mkdir / rmdir - Creates a directory (mkdir) or deletes a specified directory (rmdir). Directories 
can only be created and deleted within directories that you have permission in. 
mv - Moves files and directories to another location. Can be used to rename files and directories 
by keep their source and destination locations the same. 
open – Opens a specified file using the default system application for files of its type.
rm - Remove and remove directory. Used to delete files and directories from the system, 
whether one at a time or in batch. 
tar - Creates a .tar archive or extracts from a .tar archive depending on specified parameters. 
zip / unzip - Creates a .zip archive or extracts from a .zip archive depending on specified 
parameters. 
Other Noteworthy Commands 
apt-get – Advanced Packaging Tool. Use this command to install, remove, and configure 
software packages on your system. For a menu-based version, use aptitude command. Available 
on Debian-based Linux distributions. 
ftp / sftp - Connects to a remote FTP server in order to download multiple files. 
wget - Downloads files from the Internet at the specified URL to your system. 
yum - Yellowdog Updater, Modified. An open source package manager used to easily install 
software packages from repositories. Available on RPM-compatible Linux distributions. 
emacs – One of the most well-known text editors on Unix-like systems. 
nano - A newbie-friendly command-line text editor that uses keyboard shortcuts to simulate 
menus. 
vim - Vim is the successor to Vi, both of which are command line text editors for Unix-like 
systems. Though Vim is popular, it doesn’t use menus or icons for its interface so it has a 
reputation for being newbie-friendly.

More Related Content

What's hot

17 Linux Basics #burningkeyboards
17 Linux Basics #burningkeyboards17 Linux Basics #burningkeyboards
17 Linux Basics #burningkeyboards
Denis Ristic
 
Linux presentation
Linux presentationLinux presentation
Linux presentationNikhil Jain
 
6 stages of linux boot process
6 stages of linux boot process6 stages of linux boot process
6 stages of linux boot process
sagarpdalvi
 
Useful Linux and Unix commands handbook
Useful Linux and Unix commands handbookUseful Linux and Unix commands handbook
Useful Linux and Unix commands handbook
Wave Digitech
 
Linux Commands
Linux CommandsLinux Commands
Linux Commands
Ramasubbu .P
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013
Wave Digitech
 
50 most frequently used unix linux commands (with examples)
50 most frequently used unix   linux commands (with examples)50 most frequently used unix   linux commands (with examples)
50 most frequently used unix linux commands (with examples)
Rodrigo Maia
 
Linux Introduction (Commands)
Linux Introduction (Commands)Linux Introduction (Commands)
Linux Introduction (Commands)
anandvaidya
 
Basics of-linux
Basics of-linuxBasics of-linux
Basics of-linux
Singsys Pte Ltd
 
Linux Administration
Linux AdministrationLinux Administration
Linux Administration
Harish1983
 
Linux class 8 tar
Linux class 8   tar  Linux class 8   tar
Linux Training Workshop
Linux Training WorkshopLinux Training Workshop
Linux Training Workshop
Meraj Khattak
 
101 4.2 maintain the integrity of filesystems
101 4.2 maintain the integrity of filesystems101 4.2 maintain the integrity of filesystems
101 4.2 maintain the integrity of filesystemsAcácio Oliveira
 
The basic concept of Linux FIleSystem
The basic concept of Linux FIleSystemThe basic concept of Linux FIleSystem
The basic concept of Linux FIleSystem
HungWei Chiu
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
kuldeepakgautam
 
Basic Linux commands
Basic Linux commandsBasic Linux commands
Basic Linux commands
atozknowledge .com
 

What's hot (20)

17 Linux Basics #burningkeyboards
17 Linux Basics #burningkeyboards17 Linux Basics #burningkeyboards
17 Linux Basics #burningkeyboards
 
Linux presentation
Linux presentationLinux presentation
Linux presentation
 
6 stages of linux boot process
6 stages of linux boot process6 stages of linux boot process
6 stages of linux boot process
 
Linux basic commands tutorial
Linux basic commands tutorialLinux basic commands tutorial
Linux basic commands tutorial
 
Linux
LinuxLinux
Linux
 
Useful Linux and Unix commands handbook
Useful Linux and Unix commands handbookUseful Linux and Unix commands handbook
Useful Linux and Unix commands handbook
 
Linux Commands
Linux CommandsLinux Commands
Linux Commands
 
Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013Unix Linux Commands Presentation 2013
Unix Linux Commands Presentation 2013
 
50 most frequently used unix linux commands (with examples)
50 most frequently used unix   linux commands (with examples)50 most frequently used unix   linux commands (with examples)
50 most frequently used unix linux commands (with examples)
 
Linux Introduction (Commands)
Linux Introduction (Commands)Linux Introduction (Commands)
Linux Introduction (Commands)
 
Basics of-linux
Basics of-linuxBasics of-linux
Basics of-linux
 
Linux Administration
Linux AdministrationLinux Administration
Linux Administration
 
Linux class 8 tar
Linux class 8   tar  Linux class 8   tar
Linux class 8 tar
 
101 1.2 boot the system
101 1.2 boot the system101 1.2 boot the system
101 1.2 boot the system
 
Linux Training Workshop
Linux Training WorkshopLinux Training Workshop
Linux Training Workshop
 
101 4.2 maintain the integrity of filesystems
101 4.2 maintain the integrity of filesystems101 4.2 maintain the integrity of filesystems
101 4.2 maintain the integrity of filesystems
 
The basic concept of Linux FIleSystem
The basic concept of Linux FIleSystemThe basic concept of Linux FIleSystem
The basic concept of Linux FIleSystem
 
RPM (LINUX)
RPM (LINUX)RPM (LINUX)
RPM (LINUX)
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Basic Linux commands
Basic Linux commandsBasic Linux commands
Basic Linux commands
 

Viewers also liked

Kecsm2012uren
Kecsm2012urenKecsm2012uren
Kecsm2012uren
urvics
 
G ro3111105 perfect pitch pres
G ro3111105 perfect pitch presG ro3111105 perfect pitch pres
G ro3111105 perfect pitch pres
grosner
 
RCYC Sponsorship
RCYC SponsorshipRCYC Sponsorship
RCYC SponsorshipWebworx
 
2nd International Symposium on Factorial Survey Methods in Health, Social and...
2nd International Symposium on Factorial Survey Methods in Health, Social and...2nd International Symposium on Factorial Survey Methods in Health, Social and...
2nd International Symposium on Factorial Survey Methods in Health, Social and...
Anna Liddle
 
Nov 7
Nov 7Nov 7

Viewers also liked (6)

Kecsm2012uren
Kecsm2012urenKecsm2012uren
Kecsm2012uren
 
G ro3111105 perfect pitch pres
G ro3111105 perfect pitch presG ro3111105 perfect pitch pres
G ro3111105 perfect pitch pres
 
Projecte direccio 2012 - 2016
Projecte direccio 2012 - 2016Projecte direccio 2012 - 2016
Projecte direccio 2012 - 2016
 
RCYC Sponsorship
RCYC SponsorshipRCYC Sponsorship
RCYC Sponsorship
 
2nd International Symposium on Factorial Survey Methods in Health, Social and...
2nd International Symposium on Factorial Survey Methods in Health, Social and...2nd International Symposium on Factorial Survey Methods in Health, Social and...
2nd International Symposium on Factorial Survey Methods in Health, Social and...
 
Nov 7
Nov 7Nov 7
Nov 7
 

Similar to 40 important command for linux

18 LINUX OS.pptx Linux command is basic isma
18 LINUX OS.pptx Linux command is basic isma18 LINUX OS.pptx Linux command is basic isma
18 LINUX OS.pptx Linux command is basic isma
perweeng31
 
Linux training
Linux trainingLinux training
Linux training
artisriva
 
Introduction to linux day-3
Introduction to linux day-3Introduction to linux day-3
Introduction to linux day-3
Gourav Varma
 
Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals  Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals
Sadia Bashir
 
Linux Systems Programming: Ubuntu Installation and Configuration
Linux Systems Programming: Ubuntu Installation and ConfigurationLinux Systems Programming: Ubuntu Installation and Configuration
Linux Systems Programming: Ubuntu Installation and Configuration
RashidFaridChishti
 
Linux Cheat Sheet.pdf
Linux Cheat Sheet.pdfLinux Cheat Sheet.pdf
Linux Cheat Sheet.pdf
roschahacker
 
Software management in linux
Software management in linuxSoftware management in linux
Software management in linuxnejadmand
 
First steps on CentOs7
First steps on CentOs7First steps on CentOs7
First steps on CentOs7
Marc Cortinas Val
 

Similar to 40 important command for linux (20)

18 LINUX OS.pptx Linux command is basic isma
18 LINUX OS.pptx Linux command is basic isma18 LINUX OS.pptx Linux command is basic isma
18 LINUX OS.pptx Linux command is basic isma
 
Linux Presentation
Linux PresentationLinux Presentation
Linux Presentation
 
Divya
DivyaDivya
Divya
 
Divya
DivyaDivya
Divya
 
Linux training
Linux trainingLinux training
Linux training
 
Linux ppt
Linux pptLinux ppt
Linux ppt
 
Introduction to linux day-3
Introduction to linux day-3Introduction to linux day-3
Introduction to linux day-3
 
Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals  Lesson 1 Linux System Fundamentals
Lesson 1 Linux System Fundamentals
 
Linux Systems Programming: Ubuntu Installation and Configuration
Linux Systems Programming: Ubuntu Installation and ConfigurationLinux Systems Programming: Ubuntu Installation and Configuration
Linux Systems Programming: Ubuntu Installation and Configuration
 
Lamp ppt
Lamp pptLamp ppt
Lamp ppt
 
Sahul
SahulSahul
Sahul
 
Sahul
SahulSahul
Sahul
 
Linux Cheat Sheet.pdf
Linux Cheat Sheet.pdfLinux Cheat Sheet.pdf
Linux Cheat Sheet.pdf
 
Linux
LinuxLinux
Linux
 
Software management in linux
Software management in linuxSoftware management in linux
Software management in linux
 
First steps on CentOs7
First steps on CentOs7First steps on CentOs7
First steps on CentOs7
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
beginner.en.print
beginner.en.printbeginner.en.print
beginner.en.print
 
Tutorial 2
Tutorial 2Tutorial 2
Tutorial 2
 

Recently uploaded

Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
CIOWomenMagazine
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
Arif0071
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
keoku
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
3ipehhoa
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
Trish Parr
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
3ipehhoa
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
3ipehhoa
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
hackersuli
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
ysasp1
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
zyfovom
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 

Recently uploaded (20)

Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
Internet of Things in Manufacturing: Revolutionizing Efficiency & Quality | C...
 
test test test test testtest test testtest test testtest test testtest test ...
test test  test test testtest test testtest test testtest test testtest test ...test test  test test testtest test testtest test testtest test testtest test ...
test test test test testtest test testtest test testtest test testtest test ...
 
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
一比一原版(SLU毕业证)圣路易斯大学毕业证成绩单专业办理
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
原版仿制(uob毕业证书)英国伯明翰大学毕业证本科学历证书原版一模一样
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
Search Result Showing My Post is Now Buried
Search Result Showing My Post is Now BuriedSearch Result Showing My Post is Now Buried
Search Result Showing My Post is Now Buried
 
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
1比1复刻(bath毕业证书)英国巴斯大学毕业证学位证原版一模一样
 
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
急速办(bedfordhire毕业证书)英国贝德福特大学毕业证成绩单原版一模一样
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 
[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024[HUN][hackersuli] Red Teaming alapok 2024
[HUN][hackersuli] Red Teaming alapok 2024
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
成绩单ps(UST毕业证)圣托马斯大学毕业证成绩单快速办理
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 

40 important command for linux

  • 1. 40 Important Command for linux Linux is the oft-ignored third wheel to Windows and Mac. Yes, over the past decade, the open source operating system has gained a lot of traction, but it’s still a far cry from being considered popular. Yet though that may be true, Linux still earns new converts every day. Will you join them? The learning curve of Linux is what deters most users from even trying it in the first place. It can be a traumatic experience having to go from a GUI-based operating system like Windows or Mac to one that requires command line fiddling. But if you can get over that initial hump of difficulty, you may find that Linux is surprisingly robust. If you want a crash course on all that is Linux, we’ve got a great Linux newbie’s guide that will teach you all you need to know. For the rest of you who just want a brief overview of some important commands you ought to know, the following list is all you’ll need. Newbie Commands cd - Changes the current working directory in the command line console. exit - Exits out of the current program, terminates the current command line terminal, or logs you out of a Unix network depending on the context. kill - Terminates the specified running process. The Linux version of Windows’ “End Process” in the task manager. ls - List all of the contents of a specified directory. If no directory is specified, it will use the current directory. man - There’s a running gag in the Linux community that man is the only command you need to know. It stands for manual, and it will give you detailed information on commands and aspects of Linux. pwd - Displays the current working directory for the command line terminal. Good for when you’ve lost track of where you are in your system. reboot - Immediately stops all running processes, shuts down the system, then reboots. shutdown - Stops all running processes and shuts down the system. Parameters can be specified to issue a delayed shutdown or a shutdown at a particular time. sudo - Runs commands as root, which means no limitations due to permissions. System Information
  • 2. date - Prints out the current system date and time. Specified parameters can change the format of the output. df - Reports the disk space usage for the file system. hostname - Displays the name of the current host system. ps - Displays information about all of the processes currently running on the system. quota - Displays disk limits and current disk usage for a specified user. Useful when there are multiple users assigned to a particular system. top - Displays all of the top processes in the system, by default sorted by CPU usage. uptime - Reports how long the system has been running since last boot. Extremely useful for servers. File Manipulation bzip2 - Compresses specified contents into a .bz2 archive or extracts from a .bz2 archive depending on parameters. chmod / chown - Changes the access permissions of one or more files (chmod) or changes the ownership of a particular file to a new user (chown). Only users with permission or ownership of a file can change that file’s permissions or ownership. cp - Copies files to a new location with a new name depending on the parameters. Can copy directories too, whether recursively (includes all subdirectories) or not. find / locate - Searches the system starting at a specific directory and matching all files within that location to a set of conditions laid out by the command parameters. Very useful for quickly finding certain files. grep – Searches through all of the files in a specified location trying to find files that contain lines that match a given string. Returns a list of all the files that scored a match. install - Used in conjunction with Makefiles to copy files from one location to the system. Not to be confused with installing packages from a software repository. mkdir / rmdir - Creates a directory (mkdir) or deletes a specified directory (rmdir). Directories can only be created and deleted within directories that you have permission in. mv - Moves files and directories to another location. Can be used to rename files and directories by keep their source and destination locations the same. open – Opens a specified file using the default system application for files of its type.
  • 3. rm - Remove and remove directory. Used to delete files and directories from the system, whether one at a time or in batch. tar - Creates a .tar archive or extracts from a .tar archive depending on specified parameters. zip / unzip - Creates a .zip archive or extracts from a .zip archive depending on specified parameters. Other Noteworthy Commands apt-get – Advanced Packaging Tool. Use this command to install, remove, and configure software packages on your system. For a menu-based version, use aptitude command. Available on Debian-based Linux distributions. ftp / sftp - Connects to a remote FTP server in order to download multiple files. wget - Downloads files from the Internet at the specified URL to your system. yum - Yellowdog Updater, Modified. An open source package manager used to easily install software packages from repositories. Available on RPM-compatible Linux distributions. emacs – One of the most well-known text editors on Unix-like systems. nano - A newbie-friendly command-line text editor that uses keyboard shortcuts to simulate menus. vim - Vim is the successor to Vi, both of which are command line text editors for Unix-like systems. Though Vim is popular, it doesn’t use menus or icons for its interface so it has a reputation for being newbie-friendly.