In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-05 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Network Security >
Share
Shulou(Shulou.com)06/01 Report--
These commonly used basic commands must remember "Mr.Robot".
View the file:
# ls-lhtr
To make the configuration effective:
# source / etc/profile
#. / etc/profile
Create a directory:
# mkdir-p
Copy:
# cp-r
Soft links:
# ln-sv
Hard link: the inode that points to this file cannot break the system, partition, or link directory.
Tar decompression package gz
# tar xf
Create a user:
# groupadd-r mysql
# useradd-g mysql-r-s / sbin/nologin mysql
Useradd
-g: specify a user group.
-r: set up a system account.
-s: specifies the shell to be used by the user after logging in.
Groupadd
-r: join the group ID, which is lower than the 499 system account.
# userdel-r Delete the home directory
$?: execution status of the previous command
The status is represented by a number: 0-255
0: successful
1-255: failed, 1.2.127.255 reserved
File FILE..: views the format of the contents of the file
Tac: displaying files in reverse order
-exec COMMAND {}\;: execute the specified command on the found file
Find / var/log *-exec ls-l {}\
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
Http://is.gd/QOv3eN attachment: http://down.51cto.com/data/2363158
© 2024 shulou.com SLNews company. All rights reserved.