• 内容へ移動

fl8 Wiki

ユーザ用ツール

  • ログイン

サイト用ツール

  • 最近の変更
  • メディアマネージャー
  • サイトマップ
現在位置: Dokuwiki.fl8.jp » file
トレース: • 20 プレビュー画面でログファイルも表示するよう変更 • 2024.05.02 Amazon Linux 2023 Zabbix • 2020.05.20 Windows Terminal • 03 自動で定義済みの定数 • 19 vgextend • 06 削除できないネットワーク名 • 14 Thunderbirdが遅い • 2011.05.31 Thunderbirdのアドオン • dateコマンドでunixtime変換 • 2025.01.16 BLS(Boot Loader Specification)

file

検索

以下に検索結果を表示します。

前方一致
  • 完全一致
  • 前方一致
  • 後方一致
  • 部分一致
@02_freebsd
  • 全ての名前空間
  • 02_freebsd:80_unixコマンド (8)
  • 02_freebsd:04_database (5)
  • 02_freebsd:01_net (3)
  • 02_freebsd:08_benchmarks (3)
  • 02_freebsd:02_www (2)
  • 02_freebsd:99_その他 (2)
  • 02_freebsd:03_mail (1)
全期間
  • 全期間
  • 1週間以内
  • 1カ月以内
  • 1年以内
ヒット数順に並べる
  • ヒット数順に並べる
  • 最終更新順に並べる

マッチした文書名:

  • file

全文検索:

UNIXBENCH @02_freebsd:08_benchmarks
27 ヒット, 最終更新: 13年前
117.7 lps (29.8 secs, 3 samples) File Read 1024 bufsize 2000 maxblocks 77817.0 KBps (30.0 secs, 3 samples) File Write 1024 bufsize 2000 maxblocks 15344.0 KBps (30.0 secs, 3 samples) File Copy 1024 bufsize 2000 maxblocks 15387.0 KBps (30.0 secs, 3 samples) File Read 256 bufsize 500 maxblocks 24471.0 KBps
FreeBSD カーネル再構築 @02_freebsd:99_その他
11 ヒット, 最終更新: 13年前
de> # # GENERIC -- Generic kernel configuration file for FreeBSD/i386 # # For more information on this file, please read the handbook section on # Kernel Configuration Files: # # http://www.FreeBSD.org/doc/en_US.ISO88... is also present in the ../../conf/NOTES and NOTES files. # If you are in doubt as to the purpose or nec
FreeBSD - vim @02_freebsd:99_その他
9 ヒット, 最終更新: 10年前
<code> set nobackup if v:lang =~ "^ko" set fileencodings=euc-kr set guifontset=-*-*-medium-r-... -*-*-*-*-*-*-* elseif v:lang =~ "^ja_JP" set fileencodings=euc-jp set guifontset=-misc-fixed-me... -*-*-*-*-*-*-* elseif v:lang =~ "^zh_TW" set fileencodings=big5 set guifontset=-sony-fixed-medi... 5-c-160-big5-0 elseif v:lang =~ "^zh_CN" set fileencodings=gb2312 set guifontset=*-r-* endif
05 rsync @02_freebsd:01_net
8 ヒット, 最終更新: 3年前
使う。 \\ 空行と、';' または '#' で始まる行は無視されます。 | |--exclude FILE|「--exclude」オプションと似ていますが、代わりに FILE に除外するファイルのリストを記述します。FILE の空行と、';' または '#' で始まる行は無視されます。 | |--stats|コピーの結果を表示する。指定しないといっさいのメッセージは表示されない ... ==== /usr/local/etc/rsyncd.conf ==== <code> pid file = /var/run/rsyncd.pid log file = /var/log/rsync.
MySQL - レプリケーション @02_freebsd:04_database:01_mysql
8 ヒット, 最終更新: 13年前
</code> ===== 更新ログの状態を取得する ===== 実行したら、画面に出力された「File」と「Position」カラムの内容をメモしておきます。\\ これは、現時点での更新ログファイル名と... D='<replication password>', MASTER_LOG_FILE='<recorded log file name>', MASTER_LOG_POS=<recorded log offset>; mysql> START SLAVE; </c... Connect_Retry: 60 Master_Log_File: mysql-bin.000007 Read_Master_Log_Pos:
Bonnie++ @02_freebsd:08_benchmarks
7 ヒット, 最終更新: 7年前
'em...done...done...done...done...done... Create files in sequential order...done. Stat files in sequential order...done. Delete files in sequential order...done. Create files in random order...done. Stat files in random order...done.
file @02_freebsd:80_unixコマンド
6 ヒット, 最終更新: 10年前
====== file ====== ===== 機能 ===== fileコマンドは、指定したファイルがどのような種類のファイルかを調べます。 テキストファイルか、ディレクトリか、データファイルか、シェルスクリプトか、 実行可能なバイナリファイルか、などを判別できます。 ===== 構文 ===== file ファイル名 ===== コマンド例 ===== <code console> > file /etc/hosts /etc/hostsを調べる /etc/hosts: AS
chmod @02_freebsd:80_unixコマンド
5 ヒット, 最終更新: 10年前
変更する。 ===== 構文 ===== <code> chmod (オプション) [a+w] [file name] chmod (オプション) [644] [file name] </code> ===== オプション ===== <code> -R 指定されたディレクトリ以下のファイルのアクセス... |x|1|実行可能| ===== コマンド例 ===== <code> > chmod a+w file1    全てのユーザーに書き込み権限を付加&br; > chmod 644 file2    file2を644(rw-r--r--)に変更&br; > chmod 701 *.cgi    拡張子がc
tar @02_freebsd:80_unixコマンド
5 ヒット, 最終更新: 3年前
をgzipで圧縮する(FreeBSD・Linux)| |j|bzip2を通して処理を行う | |X FILE|FILEに記述されたファイル(フォルダ)を除外する。| |C|指定したディレクトリにファイルを展開する| ===== コマンド例 ===== ==== /etcディレクトリ以下のファイルをフロッピーデ... イルだけを取り出す ==== <code console> $ tar zxvf foo.tgz filename </code> ==== 指定したディレクトリに展開する ==== hogeディレクト... ssh root@10.10.10.10 tar -C /mnt/ --sparse --one-file-system -zcp --numeric-owner --xattrs . | ssh root
03 Postfix + amavisd + clamav @02_freebsd:03_mail
4 ヒット, 最終更新: 10年前
</code> === 添付ファイルがあるとはじかれる === <code> $banned_filename_re = new_RE( ### BLOCKED ANYWHERE # qr'^UNDE... qr'^\.(exe-ms|dll)$', # banned file(1) types, rudimentary # qr'^\.(exe|lha|tnef|cab|dll)$', # banned file(1) types ・ ・ ・ ); </code> この部分を <code> $banned_filename_re = new_RE(); </code> === 参考URL === [[http
dump @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 10年前
me) to /dev/rst0 DUMP: mapping (Pass I) [regular files] ・ ・ </code> === /homeをho... tandard output DUMP: mapping (Pass I) [regular files] DUMP: mapping (Pass II) [directories] DUM... [directories] DUMP: dumping (Pass IV) [regular files] DUMP: DUMP: 461079 tape blocks DUMP: fini
unzip @02_freebsd:80_unixコマンド
3 ヒット, 最終更新: 11年前
------- 12 3 files </code> === アーカイブ内の詳細確認(-Z) === <code console>... p -Z test.zip Archive: test.zip 394 bytes 3 files -rw-rw-r-- 2.3 unx 4 tx stor 9-May-14 1... 2.3 unx 4 tx stor 9-May-14 11:10 c.txt 3 files, 12 bytes uncompressed, 12 bytes compressed: 0.
MySQLのインストール @02_freebsd:04_database:01_mysql
3 ヒット, 最終更新: 13年前
== 設定ファイルのコピー ====== <code console> # cp support-files/my-medium.cnf /etc/my.cnf # cp support-files/mysql.server /usr/local/etc/rc.d/mysql.sh # chmod 755 /... りあえず無視してよい様子。 # configure ・ ・ ・ /bin/rm: cannot remove `libtoolT': No such file or directory
06 squid @02_freebsd:01_net
2 ヒット, 最終更新: 10年前
he.log cache_store_log /var/squid/store.log pid_filename /var/run/squid/squid.pid auth_param basic ch... # gss-http acl Safe_ports port 591 # filemaker acl Safe_ports port 777 # multiling
Apache 2.0 + MySQL + PHP @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
/sh /usr/l ocal/bin/mysqld_safe --defaults-extra-file=/var/db/m mysql 22702 0.0 7.7 65468 24832 ... 0.96 /usr/local/l ibexec/mysqld --defaults-extra-file=/var/db/mysql/my.c </code> mysqlshowでデータベース名が表示で
suPHP @02_freebsd:02_www
2 ヒット, 最終更新: 12年前
find @02_freebsd:80_unixコマンド
2 ヒット, 最終更新: 10年前
MySQL - クエリ全部ログ取得 @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 7年前
MySQL - slow log @02_freebsd:04_database:01_mysql
2 ヒット, 最終更新: 5カ月前
03 inetd @02_freebsd:01_net
1 ヒット, 最終更新: 11年前
Bonnie @02_freebsd:08_benchmarks
1 ヒット, 最終更新: 13年前
lsでタイムスタンプを秒まで表示 @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
zip @02_freebsd:80_unixコマンド
1 ヒット, 最終更新: 10年前
MySQLコマンド @02_freebsd:04_database:01_mysql
1 ヒット, 最終更新: 2カ月前

ページ用ツール

  • 文書の表示
  • 以前のリビジョン
  • バックリンク
  • 文書の先頭へ
特に明示されていない限り、本Wikiの内容は次のライセンスに従います: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki