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