Dong
  • Home
  • Archives
  • Tags
  • Categories
Dong
  • Home
  • Archives
  • Tags
  • Categories

46. User Management - Creation, Modification and Deletion

Mon Mar 18 2019
Linux Administrator: Simple But Profound
2084 words 10 mins read

To make it easier to manage users, linux provides some common commands that allow you to add, delete, and modify users in a more standardized way.

Read more..

45. Group Management - Creation, Modification and Deletion

Sun Mar 17 2019
Linux Administrator: Simple But Profound
523 words 3 mins read

To make it easier to manage groups, linux provides some common commands that allow you to add, delete, and modify groups in a more standardized way.

Read more..

44. File Permissions - chown, chgrp, chmod, umask

Sat Mar 16 2019
Linux Administrator: Simple But Profound
1693 words 8 mins read

In order to make it easier to manage user and group permissions on files and directories, linux provides some common commands that can assign and reclaim permissions to users and groups in a more standardized way.

Read more..

43. File Permissions - Symbolic & Numeric Modes, Setuid & Setgid

Fri Mar 15 2019
Linux Administrator: Simple But Profound
962 words 5 mins read

We can determine the permissions of a file by looking at the mode bits of that file.

Read more..

42. User Information - IDs, Group IDs, Names, and so on

Thu Mar 14 2019
Linux Administrator: Simple But Profound
682 words 4 mins read

The Linux core toolset provides us with some commands to view user-related information.

Read more..

41. Archiving - Compressing and Decompressing Files

Wed Mar 13 2019
Linux Administrator: Simple But Profound
1017 words 5 mins read

By compressing files and directories into a compressed file, we can easily move and back up the compressed file.

Read more..

40. Find Utilities - Commands & Files Searching Usages

Tue Mar 12 2019
Linux Administrator: Simple But Profound
504 words 3 mins read

There are many things we can do with some combination of find and other commands. We can use some commands on the files we find.

Read more..

39. Find Utilities - Commands & Files Searching Basics

Mon Mar 11 2019
Linux Administrator: Simple But Profound
589 words 3 mins read

Linux provides us with tools that make it easy for us to find the location of files and commands quickly and efficiently.

Read more..

38. Processes - Running Jobs Management

Sun Mar 10 2019
Linux Administrator: Simple But Profound
773 words 4 mins read

In linux, each running program will create at least one process in memory, and each process will be assigned a process ID, we can use the ID of the process to do the corresponding operation of a running program.

Read more..

37. Text Editor - Basic Usage of Nano

Sat Mar 9 2019
Linux Administrator: Simple But Profound
526 words 3 mins read

By using the nano text editor provided by Linux, we can easily do some simple text editing operations such as adding, deleting, modifying, etc.

Read more..

36. System Context - Information

Fri Mar 8 2019
Linux Administrator: Simple But Profound
512 words 3 mins read

Linux provides commands that allow you to view system-related information, and with these commands, you can quickly get some necessary system information.

Read more..

35. System Context - Date

Fri Mar 8 2019
Linux Administrator: Simple But Profound
574 words 3 mins read

Linux provides commands that allow you to view system’s date information, and with these commands, you can quickly get the date related information.

Read more..

34. System Context - Time

Thu Mar 7 2019
Linux Administrator: Simple But Profound
485 words 3 mins read

Linux provides commands that allow you to view system’s time information, and with these commands, you can quickly get the time related information.

Read more..

33. Output Format - Prints Formatted Results

Wed Mar 6 2019
Linux Administrator: Simple But Profound
362 words 2 mins read

Linux provides a printf command through which we can format what we want to output.

Read more..

32. Bash Shell - Startup Files

Tue Mar 5 2019
Linux Administrator: Simple But Profound
311 words 2 mins read

Bash’s startup configuration file can help us pre-load some other script files as well as preset general and necessary variables.

Bash provides two types of startup files, one that is loaded on login and the other that is loaded on non-login.

Read more..

31. Bash Shell - Expansions: Command, Arithmetic, Process Substitution

Mon Mar 4 2019
Linux Administrator: Simple But Profound
491 words 3 mins read

Linux provides us with some expansions for command, arithmetic, addition and subtraction, comparison, ternary, assignment, and process substitution operations.

Read more..

30. Bash Shell - Expansions: brace, tilde, parameter

Sun Mar 3 2019
Linux Administrator: Simple But Profound
651 words 4 mins read

Linux provides us with some expansions for duplicate, print current user’s directory, and parameter operations.

Read more..

29. Bash Shell - Variables Operations

Sat Mar 2 2019
Linux Administrator: Simple But Profound
662 words 4 mins read

I believe that people who have learned how to program know what variables are, and at first it can be understood as an alias that points to the data stored in memory.

Read more..

28. Bash Shell - Most Commonly Used Control Operators

Fri Mar 1 2019
Linux Administrator: Simple But Profound
421 words 2 mins read

We can use the control operators provided by linux to facilitate the use of commands and the processing of the results of command execution.

Read more..

27. Bash Shell - Text Processing: tr

Thu Feb 28 2019
Linux Administrator: Simple But Profound
584 words 3 mins read

We can use the tr command provided by linux to replace or remove text contents.

Read more..
Prev Next
Powered by Hugo | Theme - Even © 2018 - 2020 Dong Chen