SCO's Losses and Revenue Declines Continue in Fiscal Q2 - IT Jungle

 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News SCO's Losses and Revenue Declines Continue in Fiscal Q2 - IT Jungle
# 1  
Old 06-17-2007
SCO's Losses and Revenue Declines Continue in Fiscal Q2 - IT Jungle

SCO's Losses and Revenue Declines Continue in Fiscal Q2
IT Jungle, NY - Jun 7, 2007
... The SCO Group has managed to make it through another quarter as it awaits whatever justice it has coming to it in its Unix-Linux lawsuit against IBM. ...


More...
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Best way to increment weeks based on fiscal start year

Hi Folks - I'm looking for the best way to to increment fiscal weeks - allow me to explain. At my one client, 10/01/17 was the beginning if year fiscal year 2018. Each week, I need to manage a unique set of variable that are updated in my application - they are called substitution variables.... (31 Replies)
Discussion started by: SIMMS7400
31 Replies

2. UNIX for Dummies Questions & Answers

Capturing Fiscal Week

How do we capture the fiscal week of the year? Say, if today is FY24...When i run my job next week i e FY25....It should automatically bring in that Value. I hope am clear. This is how it should be, currFW=FW25 (1 Reply)
Discussion started by: saggiboy10
1 Replies
Login or Register to Ask a Question
MKFS.BFS(8)						       System Administration						       MKFS.BFS(8)

NAME
mkfs.bfs - make an SCO bfs filesystem SYNOPSIS
mkfs.bfs [options] device [block-count] DESCRIPTION
mkfs.bfs creates an SCO bfs filesystem on a block device (usually a disk partition or a file accessed via the loop device). The block-count parameter is the desired size of the filesystem, in blocks. If nothing is specified, the entire partition will be used. OPTIONS
-N, --inodes number Specify the desired number of inodes (at most 512). If nothing is specified, some default number in the range 48-512 is picked depending on the size of the partition. -V, --vname label Specify the volume label. I have no idea if/where this is used. -F, --fname name Specify the filesystem name. I have no idea if/where this is used. -v, --verbose Explain what is being done. -c This option is silently ignored. -l This option is silently ignored. -h, --help Display help text and exit. -V, --version Display version information and exit. Option -V only works as --version when it is the only option. EXIT CODES
The exit code returned by mkfs.bfs is 0 when all went well, and 1 when something went wrong. SEE ALSO
mkfs(8) AVAILABILITY
The mkfs.bfs command is part of the util-linux package and is available from https://www.kernel.org/pub/linux/utils/util-linux/. util-linux July 2011 MKFS.BFS(8)