Results of 1 - 10 of about 225 for block (0.002 sec.)
- Man page of DEBUGFS 10853
- DEBUGFS Section: Maintenance Commands (8) Updated: May 2006 Index JM Home Page 名前 debugfs - ex
...
ファイルシステムデバッガ 書式 debugfs [ -Vwci ] [ -b blocksize ] [ -s superblock ] [ -f cmd_file ] [ -R reque ...
ィレクトリ・間接 (indirect) ブロックが含まれる。 -b blocksize 通常のように正しいブロックサイズを検出する動作 ...
ロックサイズをそのファイルシステムに用いる。 -s superblock ファイルシステムのスーパーブロックを、デフォルトの ...
るコマンドの一覧を以下に示す。 bmap filespec logical_block filespec で指定した inode における論理ブロック番号 ...
-
https://man.plustar.jp/manpage/man8/debugfs.8.html
- [similar]
- Man page of SETQUOTA 10345
- SETQUOTA Section: Maintenance Commands (8) Index JM Home Page 名前 setquota - ディスク quota を設
...
etquota [ -r ] [ -u | -g ] [ -F quotaformat ] name block-softlimit block-hardlimit inode-softlimit inode-ha ...
stem... setquota -t [ -u | -g ] [ -F quotaformat ] block-grace inode-grace -a | filesystem... setquota -T [ ...
-u | -g ] [ -F quotaformat ] name block-grace inode-grace -a | filesystem... 説明 setquota ...
ユーザー・グループに対する猶予時間を設定する。 時間 block-grace と inode-grace は秒で指定する。 -T ソフトリミ ...
-
https://man.plustar.jp/manpage/man8/setquota.8.html
- [similar]
- Man page of BADBLOCKS 8303
- BADBLOCKS Section: Maintenance Commands (8) Updated: May 2006 Index JM Home Page 名前 badblocks
...
- デバイス上の不良ブロックを探す 書式 badblocks [ -svwnf ] [ -b block-size ] [ -c blocks_at_once ...
-p num_passes ] [ -t test_pattern ] device [ last-block ] [ start-block ] 説明 badblocks はデバイス (通常は ...
するスペシャルファイルである (例: /dev/hdc1 )。 last-block はチェックされる最終ブロックである。 指定されない場 ...
フォルトではデバイスの最終ブロックが使われる。 start-block は、テストを開始するブロックを指定するパラメータで ...
-
https://man.plustar.jp/manpage/man8/badblocks.8.html
- [similar]
- Man page of KOI8-R 7671
- KOI8-R Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 koi8-r
...
HT VERTICAL AND HORIZONTAL 213 139 8B ▀ UPPER HALF BLOCK 214 140 8C ▄ LOWER HALF BLOCK 215 141 8D █ FULL BL ...
OCK 216 142 8E ▌ LEFT HALF BLOCK 217 143 8F ▐ RIGHT HALF BLOCK 220 144 90 ░ LIGHT S ...
-
https://man.plustar.jp/manpage/man7/koi8-r.7.html
- [similar]
- Man page of KOI8-U 7671
- KOI8-U Section: Linux Programmer's Manual (7) Updated: 2020-08-13 Index JM Home Page 名前 koi8-u
...
HT VERTICAL AND HORIZONTAL 213 139 8B ▀ UPPER HALF BLOCK 214 140 8C ▄ LOWER HALF BLOCK 215 141 8D █ FULL BL ...
OCK 216 142 8E ▌ LEFT HALF BLOCK 217 143 8F ▐ RIGHT HALF BLOCK 220 144 90 ░ LIGHT S ...
-
https://man.plustar.jp/manpage/man7/koi8-u.7.html
- [similar]
- Man page of MALLOC 6904
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
lloc (), with the result that an incorrectly sized block of memory would be allocated: malloc(nmemb * size) ...
ocarray () function changes the size of the memory block pointed to by ptr to be large enough for an array ...
LL, sets errno to ENOMEM , and leaves the original block of memory unchanged. 返り値 関数 calloc () と mall ...
() is returned. If realloc () fails, the original block is left untouched; it is not freed or moved. On su ...
-
https://man.plustar.jp/manpage/man3/calloc.3.html
- [similar]
- Man page of ENCRYPT 6904
- ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry
...
7) 参照 */ #include < unistd.h > void encrypt(char block [64], int edflag ); #define _XOPEN_SOURCE /* featu ...
struct crypt_data * data ); void encrypt_r(char * block , int edflag , struct crypt_data * data ); これらの ...
渡されたバッファーを変更する。 引数 key と同様に、 block はエンコードされた実際の値を表現するビットの配列で ...
れていない。 バージョン Because they employ the DES block cipher, which is no longer considered secure, cryp ...
-
https://man.plustar.jp/manpage/man3/encrypt.3.html
- [similar]
- Man page of ENCRYPT 6904
- ENCRYPT Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 encry
...
7) 参照 */ #include < unistd.h > void encrypt(char block [64], int edflag ); #define _XOPEN_SOURCE /* featu ...
struct crypt_data * data ); void encrypt_r(char * block , int edflag , struct crypt_data * data ); これらの ...
渡されたバッファーを変更する。 引数 key と同様に、 block はエンコードされた実際の値を表現するビットの配列で ...
れていない。 バージョン Because they employ the DES block cipher, which is no longer considered secure, cryp ...
-
https://man.plustar.jp/manpage/man3/encrypt_r.3.html
- [similar]
- Man page of ERR 6904
- ERR Section: C Library Functions (3) Index JM Home Page BSD mandoc Linux NetKit (0.17) 名前 err
...
ce, O_RDONLY, 0)) == -1) warnx("%s: %s: trying the block device", raw_device, strerror(errno)); if ((fd = o ...
pen(block_device, O_RDONLY, 0)) == -1) err(1, "%s", block_de ...
-
https://man.plustar.jp/manpage/man3/err.3.html
- [similar]
- Man page of MALLOC 6904
- MALLOC Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Home Page 名前 malloc
...
lloc (), with the result that an incorrectly sized block of memory would be allocated: malloc(nmemb * size) ...
ocarray () function changes the size of the memory block pointed to by ptr to be large enough for an array ...
LL, sets errno to ENOMEM , and leaves the original block of memory unchanged. 返り値 関数 calloc () と mall ...
() is returned. If realloc () fails, the original block is left untouched; it is not freed or moved. On su ...
-
https://man.plustar.jp/manpage/man3/free.3.html
- [similar]