tcsh

tcsh

 英

  • 网络配置;不同的控制结构列表;金地花园泰莱学院

例句

Tcsh provides the built-in shell variable watch, which makes it easy to view who is logging in and out of the system.

tcsh提供内置shell变量watch可以通过查看正在使用系统用户

The next few sections describe some of the most useful features tcsh provides through shell built-ins.

下面讨论tcsh通过shell内置变量提供一些有用特性

Tcsh is a widely available shell that most likely is not installed on your computer but is available from your YUM repository.

Tcsh一个广泛使用shell命令命令有可能安装计算机但是可以YUM资源库获得

Thus, it makes sense to have tcsh as the login shell of choice in a secure environment.

因此安全环境选择tcsh作为登录shell意义

Tcsh defines a shell variable rmstar; when turned on, it provides the user with a prompt that requests confirmation of the user's action.

tcsh定义一个shell变量rmstar如果打开这个变量用户执行操作显示提示要求用户确认操作

It has tab-key completion of filenames (csh uses the Esc key), and it lets you switchto the directory you were last in with cd -.

tcsh使用tab文件名csh使用Esc),使用cd-切换一次所在目录

Tcsh has a great feature that lets you perform such periodic execution of events with ease.

tcsh一个出色特性使我们能够轻松定期执行特定命令

Tcsh provides the built-in variable correct, which helps you correct invalid command usage.

tcsh提供内置变量correct有助于纠正无效命令用法

Tcsh provides the built-in command log, which lists the terminals affected by watch variables and who's using them (see Listing 9).

tcsh提供内置命令log这个命令列出watch变量影响终端以及正在使用它们用户清单9)。

Tcsh defines the prompt built-in shell variable, which you can use to customize shell prompts.

tcsh定义prompt内置shell变量可以通过这个变量定制shell提示

The shell variable printexitvalue is a useful feature of tcsh that immensely aids script debugging.

shell变量printexitvalue一个有用tcsh特性脚本调试非常帮助

This article has focused mainly on the variables that are unique to tcsh.

本文主要介绍tcsh特有变量

If tcsh isn't the login shell, the user exits to the previous shell, which isn't much help.

如果tcsh不是登录shell用户退出以前shell安全帮助不大)。

It will also read the . login file in your home directory and the . cshrc file as well, unless you provide a . tcshrc file.

tcsh同样读取home目录.login文件除非提供一个.tcshrc文件读取.csh文件

Use rehash and which tcsh (assuming you are installing tcsh) to make sure it got installed.

假设正在安装tcsh使用rehashwhichtcsh确定安装

If this alias is set, then tcsh executes the command that cmdcwd was aliased to after switching to a new folder.

如果设置这个别名那么切换文件夹之后tcsh执行cmdcwd映射命令

Use the chsh command to change your shell to tcsh permanently, or type tcsh at the prompt to change your shell without logging in again.

使用chsh命令永久shelltcsh或者命令提示符处键入tcsh改变shell而不需要再次登陆系统

Tcsh provides a gamut of shell variables and aliases, in addition to supporting those that csh supplies.

除了支持csh提供shell变量之外tcsh提供大量shell变量别名

Note that periodic is aliased to the script checkdiskusage, which checks for disk usage and is run by tcsh every 10 minutes.

注意periodic映射脚本checkdiskusage这个脚本检查磁盘使用量tcsh10分钟运行一次

All commands and scripts described in this article have been tested with tcsh 6. 15 (see the Resources section).

本文描述所有命令脚本tcsh6.15测试过参见参考资料)。

The savehist variable asks tcsh to store the user's last N commands on the shell prompt.

savehist变量tcsh存储用户shell提示输入最后N命令

The tcsh (pronounced tee-see-shell) can do exactly that.

Tcsh发音tee-see-shell)恰好可以完成工作

Now that you have installed tcsh, you can adjust your prompt.

现在已经安装tcsh可以调整命令提示符

Use the yum command to remove tcsh.

使用yum命令卸载tcsh

You can solve this problem using the tcsh autologout variable.

可以tcshautologout变量解决这个问题

The csh shell is okay, but tcsh doeseverything csh does and more.

csh足够使用但是tcsh可以csh更多事情

For example, if you want to invoke perl and have typed in prl, tcsh lets you correct it.

例如如果希望调用perl但是输入prl,tcsh提示纠正

Determine whether tcsh is available within an enabled YUM repository on your computer

确定tcsh启用YUM资源库计算机是否可用

Enhanced security in tcsh: Monitor everyone who's using the system

改进tcsh安全性监视正在使用系统每个用户

As in exercise 3, remove the software to manage disk space and prevent the need for any future updates to tcsh

练习3一样卸载软件管理磁盘空间阻止tcsh将来任何更新要求

Determine the dependencies, if any, that tcsh will require

确定tcsh需要依赖软件如果的话

This is shown in the following TCSH loop

下面TCSH脚本循环