Study memo 11_ Linux command memo found in the operation procedure manual of the infrastructure site

★ Introduction ★

I will review the contents of the operation procedure manual and write the commands used in the procedure manual here.

The following commands ↓↓↓↓↓↓↓↓↓

① Check the kernel version

uname -a

② Display user identification information

id

③ Display the current date and time

date

④ Set directory permissions with mkdir

mkdir -m 777

⑤ Display CRC checksum and number of bytes

cksum

⑥ Display in SJIS compared by diff

diff A B | iconv -f utf8 -t sjis

⑦ Create passWord variable with read

read -sp "Please enter your password. :" passWord;

Recommended Posts

Study memo 11_ Linux command memo found in the operation procedure manual of the infrastructure site
Linux command 16 procedure manual folder (completed)
Linux command (basic in basic) personal memo
[Understanding in 3 minutes] The beginning of Linux
[Linux] Command to get a list of commands executed in the past
Linux # Command Memo 1
The story of building the fastest Linux environment in the world
Open Chrome version of LINE from the command line [Linux]
Understand the attributes of Linux files (ls -l command)
Linux command [File operation]
Check the operation of Python for .NET in each environment
[Memo] The mystery of cumulative assignment statements in Python functions
I wrote the basic operation of Seaborn in Jupyter Lab
Check the memory status of the server with the Linux free command
Check the operating status of the server with the Linux top command
I wrote the basic operation of Numpy in Jupyter Lab.
About the number (section number) in () displayed by the Linux man command
Procedure memo to put AWS command line interface in CentOS6