Search Results

Search: Posts Made By: Zaib
4,841
Posted By MadeInGermany
the following simulates a transfer of the files...
the following simulates a transfer of the files in the current directory to 5 servers.
#!/bin/bash
servers=(
1.1.1.1 2.2.2.2
3.3.3.3 4.4.4.4
5.5.5.5
)
# /bin/ksh syntax:
#set -A servers...
2,403
Posted By gary_w
It's the number of disk blocks used by the directory
Use ls -ls to see how many blocks each file uses (listed at the beginning of the line):
efs:/home2/myid/z/blocktest $ ls -ls
total 6
2 -rw-rw---- 1 myid mygroup 52 May 3 08:53 file.dat
...
2,403
Posted By zaxxon
It tells you the number of hard links. Here is a...
It tells you the number of hard links. Here is a nice blog article which describes a bit more in depth:

http://www.giannistsakiris.com/index.php/2011/04/15/counting-and-listing-hard-links-on-linux/
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 09:24 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy