Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Sức khỏe - Y tế
Văn bản luật
Nông Lâm Ngư
Kỹ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
Tài liệu HOT
Tìm
Danh mục
Kinh doanh - Marketing
Kinh tế quản lý
Biểu mẫu - Văn bản
Tài chính - Ngân hàng
Công nghệ thông tin
Tiếng anh ngoại ngữ
Kĩ thuật công nghệ
Khoa học tự nhiên
Khoa học xã hội
Văn hóa nghệ thuật
Y tế sức khỏe
Văn bản luật
Nông lâm ngư
Kĩ năng mềm
Luận văn - Báo cáo
Giải trí - Thư giãn
Tài liệu phổ thông
Văn mẫu
Thông tin
Điều khoản sử dụng
Quy định bảo mật
Quy chế hoạt động
Chính sách bản quyền
0
Trang chủ
Công Nghệ Thông Tin
Hệ điều hành
Module Linux essentials - Module 6: Working with files and directories
TAILIEUCHUNG - Module Linux essentials - Module 6: Working with files and directories
Module 6 guide students work with files and directories. After studying this chapter you should be able to: Understanding files and directories including those that are hidden, home directory, properly utilizing absolute and relative paths. | Module 6 Working with Files and Directories Exam Objective Using Directories and Listing Files Objective Summary Understanding Files and Directories including those that are hidden Home Directory Properly utilizing absolute and relative paths Understanding Directories Files and Directories File contain data (text, graphics, etc) Directories store filenames Top level directory: / (AKA, root directory) Example directory structure: Directory path Directions to a specific file or directory Directions given from / directory are called “absolute” paths Directions given from the current directory are called “relative” paths The home directory Each user has a home directory Typically /home/bob for a user named bob Place to store your own files Normally users can’t access the home directory of other users The ~ character symbolizes the home directory The current directory The directory that your shell is currently in Can be displayed with the pwd command Might also be displayed in your prompt Changing directories Use the cd command With no arguments, takes you to your home directory ~bob would refer to bob’s home directory Absolute vs relative pathnames Absolute pathnames always provide directions from the root directory (/) Relative pathnames always provide directions from the current directory. To refer to one directory above current directory, use the characters To refer to the current directory, use the . character Manipulating Files Exam Objective Creating, Moving and Deleting Files Objective Summary Case sensitivity Simply globbing and quoting Listing files in a directory List files with the ls command Different file types may be highlighted by colored filenames: plain file A file that isn't a special file type directory A directory file (contains other files) executable A file that can be run like a program symbolic link A file that points to another file Display of filenames in color is the result of the --color option Common ls options Many options to the ls command, including: -a – display all files, including hidden files -l – long display listing -h – Give file sizes in human readable sizes -R – Recursive listing -S – Sort output based on file size -t – Sort output based on modification time -d – Don’t display directory contents Copying files The cp command copies files: cp [source] [destination] Use –v option to display copy process Use –i to prompt overwrites Use –n to avoid overwrites Use –r to copy directory structures Moving files The mv command copies files: mv [source] [destination] The mv command also is used to rename files Supported options that work the same as the cp command: -i, -n and –v Creating files Editors can be used to create files (discussed later in this course) Use the touch command to create an empty file The touch command also updates the modification timestamp of a file Removing files The rm command is used to delete files File deletion is permanent! Use -i to avoid accidental deletion when using globs Delete directories with the –r option or rmdir if the directory is completely empty Making directories Use the mkdir command to create directories
Thành Doanh
107
18
pptx
Báo lỗi
Trùng lắp nội dung
Văn hóa đồi trụy
Phản động
Bản quyền
File lỗi
Khác
Upload
Tải xuống
đang nạp các trang xem trước
Bấm vào đây để xem trước nội dung
Tải xuống
TÀI LIỆU LIÊN QUAN
Module Linux essentials - Module 0: Linux essentials chapters
1
75
0
Module Linux essentials - Module 1: Introduction to Linux
21
98
0
Module Linux essentials - Module 3: Using Linux
10
82
0
RH033 - Red Hat Linux Essentials
296
64
2
Module Linux essentials - Module 4: Command line skills
19
75
1
Module Linux essentials - Module 2: Open source applications and licenses
27
99
0
Module Linux essentials - Module 5: Getting help
26
88
0
Module Linux essentials - Module 6: Working with files and directories
18
78
0
Module Linux essentials - Module 7: Archiving and compression
10
71
0
Module Linux essentials - Module 8: Pipes, redirection and REGEX
70
56
0
TÀI LIỆU XEM NHIỀU
Một Case Về Hematology (1)
8
462336
61
Giới thiệu :Lập trình mã nguồn mở
14
25915
79
Tiểu luận: Tư tưởng Hồ Chí Minh về xây dựng nhà nước trong sạch vững mạnh
13
11335
542
Câu hỏi và đáp án bài tập tình huống Quản trị học
14
10543
466
Phân tích và làm rõ ý kiến sau: “Bài thơ Tự tình II vừa nói lên bi kịch duyên phận vừa cho thấy khát vọng sống, khát vọng hạnh phúc của Hồ Xuân Hương”
3
9835
108
Ebook Facts and Figures – Basic reading practice: Phần 1 – Đặng Tuấn Anh (Dịch)
249
8885
1161
Tiểu luận: Nội dung tư tưởng Hồ Chí Minh về đạo đức
16
8499
426
Mẫu đơn thông tin ứng viên ngân hàng VIB
8
8098
2279
Giáo trình Tư tưởng Hồ Chí Minh - Mạch Quang Thắng (Dành cho bậc ĐH - Không chuyên ngành Lý luận chính trị)
152
7709
1788
Đề tài: Dự án kinh doanh thời trang quần áo nữ
17
7240
268
TỪ KHÓA LIÊN QUAN
Hệ điều hành
Linux essentials
Module Linux essentials
Working with files
Working with directories
Directory path
Home directory
Linux essentials chapters
Using Linux
Command line skills
Network configuration
History of Linux
Linux system
Open source
Linux runs
Desktop skills
Working in Linux
Command line
Red Hat Linux Essentials
Linux Ideas and History
Linux Usage Basics
Running Commands
Browsing the Filesystem
Linux command line
Basic shell
Command line interface
Major open source applications
Mobile applications
Web servers
Mail servers
The man command
Controlling the man page display
Man page sections
The command line
Archiving file
Decompressed file
Lossy compression
Searching data from files
Extracting data from files
Command line pipes
Redirecting STDOUT
Basic scripting
Turning commands into a script
Basic text editing
Basic shell scripting
Understanding computer hardware
System Information
Viewing CPU information
Peripheral devices
Managing packages
Managing processes
Debian package management
RPM based management
Domain Name Service
IP addressing
Configuring the network
System security
User security
System users
Identifying user types
Managing users
Managing groups
Account information
Password security
Managing file permissions
Identity information
Chmod command
Umask command
Special permissions
Setuid permission
Setgid permission
Working with sticky bit
Slackware Linux Essentials
2nd Edition
Second Edition
JavaScript
Enlightenment
JavaScript 1
Mobile Cookbook
windows operating system
unix operating system
system administration
installation tips
operating system
linux
Managing Linux Systems
TCP IP essentials
A Lab Based approach
TCP IP overview
Linux and TCP IP networking
A single segment network
The Cisco IOS
Dynamic routing
system administrators
mac operating system
installation experience
linux operating system
computer software
computer tips
It
TÀI LIỆU MỚI ĐĂNG
Báo cáo " Thẩm quyền quản lí nhà nước đối với hoạt động quảng cáo thực trạng và hướng hoàn thiện "
7
204
7
23-12-2024
ETHICAL CODE HANDBOOK: Demonstrate your commitment to high standards
7
146
1
23-12-2024
The Ombudsman Enterprise and Administrative Justice
309
139
0
23-12-2024
Business English Lesson – Advanced Level's archiveFinance (1)
8
113
0
23-12-2024
Sinh thái học nông nghiệp : Sinh thái học và sự phát triển Nông nghiệp part 8
8
135
0
23-12-2024
ĐỀ KIỂM TRA GIỮA HỌC KỲ TÂM LÝ Y HỌC – Y ĐỨC
18
245
0
23-12-2024
Neuromuscular Diseases A Practical Guideline - part 4
46
149
1
23-12-2024
THUẬT TOÁN LUYỆN KIM SONG SONG (Parallel Simulated Annealing Algorithms) GIẢI QUYẾT BÀI TOÁN MAX-SAT
41
124
1
23-12-2024
Giáo án hình học lớp 6 - Tiết 9. KHI NÀO THÌ AM + MB = AB
6
169
1
23-12-2024
Giáo trình hướng dẫn phân tích hệ thống xu pap xả trong động cơ đốt trong dưới tác dụng của nhiệt độ cao p5
5
108
6
23-12-2024
TÀI LIỆU HOT
Mẫu đơn thông tin ứng viên ngân hàng VIB
8
8098
2279
Giáo trình Tư tưởng Hồ Chí Minh - Mạch Quang Thắng (Dành cho bậc ĐH - Không chuyên ngành Lý luận chính trị)
152
7709
1788
Ebook Chào con ba mẹ đã sẵn sàng
112
4406
1371
Ebook Tuyển tập đề bài và bài văn nghị luận xã hội: Phần 1
62
6273
1266
Ebook Facts and Figures – Basic reading practice: Phần 1 – Đặng Tuấn Anh (Dịch)
249
8885
1161
Giáo trình Văn hóa kinh doanh - PGS.TS. Dương Thị Liễu
561
3835
680
Giáo trình Sinh lí học trẻ em: Phần 1 - TS Lê Thanh Vân
122
3917
609
Giáo trình Pháp luật đại cương: Phần 1 - NXB ĐH Sư Phạm
274
4700
565
Tiểu luận: Tư tưởng Hồ Chí Minh về xây dựng nhà nước trong sạch vững mạnh
13
11335
542
Bài tập nhóm quản lý dự án: Dự án xây dựng quán cafe
35
4501
490
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.