Last update at :2024-06-13,Edit by888u
Netizens often leave messages asking what remote management tools Snail uses when managing Linux servers. The SSH tool I commonly use here is usually XSHELL. This is regarded as the main SSH remote tool for routine management and operation. At the same time, I will cooperate with XFTP. ftp and SFTP management server files. Of course, if I use PUTTY when demonstrating and testing the server, this tool is also a relatively old free software.
For XShell software, many of us may have to talk about free and paid issues. The free version can only log in to several servers at the same time, but generally speaking, it is enough for us personally. Currently, XShell also has version V7.0. If we download it from the official website, we can get the latest version.
Download address: https://www.netsarang.com/zh/free-for-home-school/
This is the official application for free users.
Here we fill in the email to apply for the latest version of XSHELL and XFTP download address, and then we can download and install it. During the installation process, we can see that the SCHOOL/HOME version is free. Of course, if we need to buy the paid version, then buy it, but Snail’s personal recommendation is that it is not necessary. It is enough for our personal use.
Here we will introduce the commonly used shortcut commands of XSHELL to organize them. Of course, if we use it normally, it doesn’t matter if you don’t use the shortcut command, it’s the same thing anyway.
In fact, most of this command is our commonly used Linux management and operation and maintenance command.
1. Create a new folder
mkdir dir_name
2. Copy folder files
sz dir_name/*
3. Return to the upper level directory
cd ..
4. Enter the directory
cd /www
5. Delete a file
rm laozuo.txt
6. Delete all files in the current directory (use with caution)
rm ./*
7. Move files
mv wp-config.php /var/www
8. Display files
cat laozuo.org.log
Generally used to display logs.
Recommended site searches: Taiwan server rental, domain name price, asp.net space, Korean cheap server, foreign free all-purpose space, Hong Kong server hosting, host server rental, US vps host, mainland China station group server, cn domain name personal registration
发表评论