| 意味 | 例文 |
Cronを含む例文一覧と使い方
該当件数 : 108件
Check the cron log, usually/var/log/cron.log or /var/log/messages for errorsAre there any dead. 例文帳に追加
普通は/var/log/cron.logか/var/log/messagesにあります。 - Gentoo Linux
Obviously, you should not let CVSup use its GUI when running it from cron(8) . 例文帳に追加
cron から起動する際には、 明示的に CVSup が GUI を使わないようにする必要があります。 - FreeBSD
Before we get started working with cron, you will have to choose which implementation you want to use.例文帳に追加
cronを使い始める前に、どの実装を使用したいか選ばなければなりません。 - Gentoo Linux
Many people run cvsup from cron and keep their sources up-to-date automatically. 例文帳に追加
多くの人が cvsup を cronから起動して、自動的にソースコー ドを最新のものに保っています。 - FreeBSD
Many people run cvsup from cron to keep their sources up-to-date automatically. 例文帳に追加
多くの人が cvsup を cronから起動して、自動的にソースコー ドを最新のものに保っています。 - FreeBSD
It is also worth noting that all of the available cron packages depend onsys-process/cronbase. 例文帳に追加
これら利用可能なcronパッケージの3つすべてがsys-process/cronbaseに依存していると知っておくべきです。 - Gentoo Linux
It does not allow the specification of environment variables in crontabs and all cron-jobs are run from /bin/sh.例文帳に追加
crontabで環境変数を指定することはできず、全てのcronジョブは/bin/shから実行されます。 - Gentoo Linux
# gpasswd -a wepy cron Note: When adding a user to the cron group, make sure that the user log out and back in for the group change to take effect.例文帳に追加
注意:ユーザをcronグループに追加するときには、ユーザは確実にログアウトしておき、グループの変更が行われたら戻ってきてください。 - Gentoo Linux
Important: If neither /etc/fcron/fcron.allow nor /etc/fcron/fcron.deny exist, all users in the cron group will be allowed to use crontab.fcron comes with a default fcron.allow which allows all users in the cron group access to fcrontab.例文帳に追加
重要:/etc/fcron/fcron.allowと/etc/fcron/fcron.denyのどちらも存在していなければ、cronグループの全てのユーザは、crontabを利用することが許可されます。 - Gentoo Linux
Fcron aims at replacing Vixie cron and Anacron. 例文帳に追加
fcronはvixiecronとanacronの代わりになることを目指しています。 - Gentoo Linux
There is also a related utility called Anacron which is meant to work with cron on systems that are not continuously running.例文帳に追加
連続運用されないシステムでcronと共に動作するAnacronという関連したユーティリティもあります。 - Gentoo Linux
To test what we have just learned, let's go through the steps of actuallyinputting a few cron-jobs. 例文帳に追加
今説明したことを確認するために、実際にいくつかのcronジョブを登録してみましょう。 - Gentoo Linux
To verify the cron-jobs you scheduled, we'll use the proper list command from the table above.例文帳に追加
登録したcronジョブを確認するために、上記の表の適切な表示コマンドを利用します。 - Gentoo Linux
The crontab will also echo "I like cron a little" at 16:30 everyday in January and February. It will also echo "I don't really like cron" at3:10 on the January 1st. 例文帳に追加
crontabは1月と2月の毎日16:30に"Ilikecronalittle"とも表示し、1月1日の3:10に"Idon'treallylikecron"とも表示します。 - Gentoo Linux
Anacron exits after all of the jobs in anacrontab are done, so if we want it to check these jobs every day, we will need to use cron.例文帳に追加
したがって、これらのジョブを毎日確認したいなら、cronを使用する必要があります。 - Gentoo Linux
If you do see jobs listed, that means we failed to remove the crontab, and that you should make sure that you used the correct remove command for your cron package.例文帳に追加
cronパッケージに合わせた正しい削除コマンドを実行したか確認すべきです。 - Gentoo Linux
Or maybe you have a script or cron-job that needs a convenient way to use an sshconnection.例文帳に追加
もしくは、SSH接続を便利に使用する方法を必要とするスクリプトかcronジョブがあるでしょう。 - Gentoo Linux
Code Listing3.1: Schedule chkrootkit as a cronjob 例文帳に追加
コード表示3.1: cronジョブとして、chkrootkitを定期的に実行する - Gentoo Linux
Let's be realistic though, you don't want your system telling you how much you like cron every minute.例文帳に追加
現実的に考えて、あなたがどれ程cronが好きかを毎分ごとにシステムに伝えて欲しくはないでしょう。 - Gentoo Linux
Again, check the cron-jobs list as we did in the previous examples to make sure the jobs are scheduled.例文帳に追加
繰り返しますが、ジョブが登録されているか確認するために、cronジョブリストを表示して確認します。 - Gentoo Linux
The best way to use chkrootkit to detect an intrusion is to run it routinely from cron.例文帳に追加
侵入検知を行う上で、chkrootkitを使用する最良の方法は、cronから定期的に実行することです。 - Gentoo Linux
procwatch The procwatch command is meant to be used for system diagnosis - run as daemon or by cron. 例文帳に追加
procwatch procwatch コマンドは、システムの調査のために使用します。 デーモンとして実行するか、あるいは cron で実行します。 - PEAR
Like Vixie cron, each user has his own crontab.例文帳に追加
vixiecronと同様に、それぞれのユーザが各自のcrontabを持ちます。 - Gentoo Linux
letters? cron usually sends mail whenthere's a problem; check your mail and also look for ~/dead.letter. Remember, each cron package is different and the range of features varies greatly.例文帳に追加
dead.letterはありますか?cronは問題があるとたいていメールを送信するので、メールを確認し、~/dead.letterファイルも確認してください。 思い出してください、それぞれのcronパッケージは異なっており、機能の範囲は大きく異なっていると言うことを。 - Gentoo Linux
The compound having the chloro-alkyl group is a super cron(R).例文帳に追加
クロロアルキル基を有する化合物はスーパークロンである。 - 特許庁
It accomplishes this task by waking up every minute and checking to see if there are any cron-jobs to run in any of the user crontabs.例文帳に追加
それは毎分ごとにユーザのcrontabに実行するcronジョブがあるか確認することによって行われています。 - Gentoo Linux
Dcron users may proceed to the next section scheduling cron-jobs, all others will want to keep reading.例文帳に追加
dcronユーザは次の章であるcronジョブの登録に進んでもかまいません。 その他のユーザはこのまま読み続けてください。 - Gentoo Linux
If you're having problems getting cron to work properly, you might want to go through this quick checklist.例文帳に追加
cronを正しく動作させるのに問題が発生しているなら、このクイックチェックリストをくまなく調べるといいでしょう。 - Gentoo Linux
A cron is normally used to schedule a job that is executed periodically - for example, to send out a notice every morning. 例文帳に追加
cronは通常定期的に実行されるジョブ、たとえば毎朝通知を送るなど、をスケジュールするのに使われる。 - コンピューター用語辞典
Important: It is important to note that if only /etc/cron.allow exists, then only the cron group users listed there will have access, but if only an empty /etc/cron.deny exists, then all cron group users will be allowed!例文帳に追加
重要:/etc/cron.allowだけが存在するなら、そこに記入されていてcronグループに属するユーザのみが利用できます。 ですが、空の/etc/cron.denyだけが存在するなら、全てのcronグループに属するユーザが許可されると言うことに注意することが重要です。 - Gentoo Linux
You should see no cron-jobs in the output from crontab -l. 例文帳に追加
ジョブが表示されるなら、crontabの削除に失敗しています。 - Gentoo Linux
In the case of CVSup the user (or a cron script) invokes the cvsup program, and it interacts with a cvsupd server somewhere to bring your files up-to-date. 例文帳に追加
CVSup の場合、ユーザ (または cronスクリプト) が cvsup を起動し、どこかにある cvsupd サーバとやりとりしてファイルを 最新状態にします。 - FreeBSD
Once you are satisfied with the way updates are working, you can arrange for regular runs of CVSup using cron(8) . 例文帳に追加
動作している更新の方法に満足したら、cron(8) を使って CVSupを定期的に 実行させる準備をすることができます。 - FreeBSD
Please note that jobs scheduled in the system crontab might not show up in the list of cron-jobs displayed by crontab -l.例文帳に追加
システムcrontabに登録されたジョブはcrontab-lを使って表示されるcronジョブリストには表示されないことに注意してください。 - Gentoo Linux
$ fetchmail -akv -m "/usr/bin/procmail -d %T" Once you have a working mail system you can set this as a cron job or put it ina monitor like gkrellm. 例文帳に追加
正常に動作するメールシステムが出来たら、それをcronのジョブに追加したり、gkrellmなどのモニターにおいておくことができます。 - Gentoo Linux
Now, say we have a user wepy who should be able to schedule his owncron-jobs. 例文帳に追加
現在、cronジョブを登録可能であるべきwepyというユーザがいます。 - Gentoo Linux
Users must either run the CVSup client manually to get an update, or they must set up a cron job to run it automatically on a regular basis. 例文帳に追加
ユーザは CVSup クライアントを手動で実行して更新をおこなうか、 cron ジョブを設定して定期的に自動実行する必要があります。 - FreeBSD
Note: Notice that crontab is both the name of a list of cron-jobs as well as the name of the command to edit that list.例文帳に追加
注意:crontabは、cronジョブの登録情報の一覧名でもあり、そのリストを編集するコマンド名でもあるということに気をつけてください。 - Gentoo Linux
To start, emerge app-admin/chkrootkit.chkrootkit can be run from the command line by the command of the same name, or from cron with an entry such as this:例文帳に追加
まずは、app-admin/chkrootkitをemergeします。 chkrootkitは、パッケージ名と同じコマンドでコマンドラインから実行するか、cronからこのようなエントリを用い実行します。 - Gentoo Linux
If you chose Vixie cron, you'll probably just want to edit/etc/cron.allow. 例文帳に追加
vixiecronを選択した場合、おそらく/etc/cron.allowをだけ編集すればよいでしょう。 - Gentoo Linux
This crontab should echo "I really like cron" every minute of every hour of every day every other month.例文帳に追加
このcrontabは1ヶ月おきの毎日毎時毎分に"Ireallylikecron"と表示します。 - Gentoo Linux
This is most often done by using a cron-job which regularly runs a script to send the messages.Here is a simple script to achieve this:例文帳に追加
これには、cron を用いてメッセージを送信するスクリプトを定期的に実行させて行うことが一般的です。 以下が、メッセージ送信を行うシンプルなスクリプトです。 - PEAR
Note: Giving another user access to crontab does not let him run cron-jobs as root.If you want a user to be able to edit the root crontab, you should look intosudo. 例文帳に追加
注意:他のユーザにcrontabの利用を許可するということは、cronジョブをrootとして実行できるようにすることではありません。 ユーザがrootのcrontabを編集できるようにしたいなら、sudoを検討すべきです。 - Gentoo Linux
The process of editing crontabs is different for each package, but they all support the same basic set of commands: adding and replacing crontabs, editing crontabs, deleting crontabs, and listing cron-jobs in crontabs.例文帳に追加
crontabを編集する方法はそれぞれのパッケージによって異なりますが、それら全ては同じ基本的なコマンドをサポートしています。 それにはcrontabの追加、置き換え、編集、削除、そしてcronジョブの表示があります。 - Gentoo Linux
As a step forward, let's remove that crontab using the corresponding remove command from the table above.例文帳に追加
次へ進んで、上記表の使用しているcronパッケージに対応する削除コマンドを使用してcrontabを削除しましょう。 - Gentoo Linux
The material of the shifter film 52 is, for example, MoSiO, MoSiON, CrO and CrON.例文帳に追加
このシフタ膜52の材質としては、たとえばMoSiO、MoSiON、CrO、CrONなどが用いられる。 - 特許庁
Syslogd is the most common logger for Linux and Unix in general.It has some log rotation facilities, but using/usr/sbin/logrotate in a cron job (logrotate is configured in/etc/logrotate.conf) might prove to be more powerful as logrotate has many features.例文帳に追加
概して、syslogdは最も一般的なLinux/UNIXのログツールです。 syslogdにはログのローテーション機能が付属しますが、logrotateには多くの機能があるため、/usr/sbin/logrotateをcronジョブ(logrotateは、/etc/logrotate.confで設定します)で使用する方が、より強力であるという事が分かるかもしれません。 - Gentoo Linux
| 意味 | 例文 |
| Copyright (C) 1994- Nichigai Associates, Inc., All rights reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。 |
| Copyright 1994-2010 The FreeBSD Project. All rights reserved. license |
| Copyright 2001-2010 Gentoo Foundation, Inc. The contents of this document are licensed under the Creative Commons - Attribution / Share Alike license. |
| Copyright © 2001 - 2008 by the PEAR Documentation Group. This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ). |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
