Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Use the set command of linux to set up shell

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly introduces the use of linux set command to set up shell, the article is very detailed, has a certain reference value, interested friends must read it!

The set command can set the execution mode of the shell used, which can be set according to different requirements.

Syntax format: set [parameters]

Common parameters:

Reference example

Using the declare command to define a new environment variable "mylove" and set its value to "Visual C++", enter the following command:

[root@linuxcool ~] # declare mylove='Visual Clippers'

Then use the set command to output the newly defined variable as an environment variable, and enter the following command:

[root@linuxcool] # set-a mylove

After the command is executed, the corresponding environment variables are added. You can use the env command and the grep command to display and search for the environment variable "mylove", respectively. Enter the command as follows:

[root@linuxcool ~] # env | grep mylove 'above are all the contents of setting shell using linux's set command, thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report