Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Linux for Beginners, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:03:13
    Introduction
  • Урок 2. 00:11:09
    Installing Ubuntu in a VM
  • Урок 3. 00:10:17
    Things to Do After Installing Ubuntu
  • Урок 4. 00:09:34
    Terminals, Consoles, Shells and Commands
  • Урок 5. 00:06:56
    Linux Command Structure
  • Урок 6. 00:11:10
    Getting Help, Man Pages (man, type, help, apropos)
  • Урок 7. 00:06:43
    Mastering the Terminal: The TAB Key
  • Урок 8. 00:04:59
    Mastering the Terminal: Keyboard Shortcuts
  • Урок 9. 00:08:41
    Mastering the Terminal: the Bash History
  • Урок 10. 00:11:25
    root vs. non-Privileged Users. Getting root Access (sudo, su, passwd)
  • Урок 11. 00:05:29
    Intro to The Linux Files System
  • Урок 12. 00:09:40
    The Filesystem Hierarchy Standard ( FHS)
  • Урок 13. 00:13:11
    Absolute vs. Relative Paths. Walking through the File System (pwd, cd, tree)
  • Урок 14. 00:08:23
    The LS Command In Depth (ls)
  • Урок 15. 00:09:45
    Understanding File Timestamps: atime, mtime, ctime (stat, touch, date)
  • Урок 16. 00:01:55
    Sorting Files by Timestamp
  • Урок 17. 00:07:33
    File Types in Linux (ls -F, file)
  • Урок 18. 00:04:29
    Viewing Files - Part 1 (cat)
  • Урок 19. 00:03:51
    Viewing Files - Part 2 (less, more)
  • Урок 20. 00:06:19
    Viewing Files - Part 3 (tail, head, watch)
  • Урок 21. 00:07:11
    Creating Files and Directories (touch, mkdir)
  • Урок 22. 00:06:20
    Copying Files and Directories (cp)
  • Урок 23. 00:07:47
    Moving and Renaming Files and Directories (mv)
  • Урок 24. 00:09:28
    Removing Files and Directories (rm, shred)
  • Урок 25. 00:08:08
    Working With Pipes in Linux (|, wc)
  • Урок 26. 00:14:32
    Command Redirection (>, >>, 2> &>, cut, tee)
  • Урок 27. 00:04:25
    Find and Exec
  • Урок 28. 00:11:44
    Finding Files and Directories - Part 2 (find)
  • Урок 29. 00:09:55
    Comparing Files (cmp, diff, sha256)
  • Урок 30. 00:08:47
    The Basics of VIM Text Editor
  • Урок 31. 00:08:57
    The VIM Editor In Depth - Part 1
  • Урок 32. 00:05:50
    The VIM Editor In Depth - Part 2
  • Урок 33. 00:14:16
    Compressing and Archiving Files and Directories (tar, gzip)
  • Урок 34. 00:09:30
    Hard Links and the Inode Structure
  • Урок 35. 00:05:23
    Working With Symlinks. Symlinks vs. Hard Links
  • Урок 36. 00:12:33
    Searching for String Patterns in Text Files (grep)
  • Урок 37. 00:11:27
    Finding Files and Directories - Part 1 (which, plocate)
  • Урок 38. 00:08:52
    Understanding /etc/passwd and /etc/shadow files
  • Урок 39. 00:04:57
    Understanding Linux Groups (groups, id)
  • Урок 40. 00:08:18
    Creating User Accounts (useradd)
  • Урок 41. 00:06:13
    Changing and Removing User Accounts (usermod, userdel)
  • Урок 42. 00:02:49
    Creating Admin Users
  • Урок 43. 00:03:37
    Group Management (groupadd, groupdel, groupmod)
  • Урок 44. 00:07:22
    User Account Monitoring (whoami, who am i, who, id, w, uptime, last)
  • Урок 45. 00:07:22
    Understanding File Permissions
  • Урок 46. 00:05:52
    Octal (Numeric) Notation of File Permissions
  • Урок 47. 00:09:00
    Changing File Permissions (chmod)
  • Урок 48. 00:07:25
    The Effect of Permissions on Directories
  • Урок 49. 00:03:32
    Combining Find and Chmod Commands Together
  • Урок 50. 00:06:55
    Changing File Ownership (chown, chgrp)
  • Урок 51. 00:10:28
    Understanding SUID (Set User ID)
  • Урок 52. 00:05:54
    Understanding SGID (Set Group ID)
  • Урок 53. 00:05:41
    Understanding the Sticky Bit
  • Урок 54. 00:08:40
    Processes and The Linux Security Model
  • Урок 55. 00:12:25
    Listing Processes (ps, pstree)
  • Урок 56. 00:13:13
    Getting a Dynamic Real-Time View of the Running System (top, htop)
  • Урок 57. 00:11:28
    Signals and Killing Processes (kill, pkill, killall, pidof)
  • Урок 58. 00:04:39
    Foreground and Background Processes
  • Урок 59. 00:07:28
    Job Control (jobs, fg, bg)