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)						Linux System Administrator's Manual					       MKFS.BFS(8)

NAME
mkfs.bfs - make an SCO bfs filesystem SYNOPSIS
mkfs.bfs [-N nr-of-inodes] [-V volume-name] [-F fsname] device [size-in-blocks] DESCRIPTION
mkfs.bfs creates an SCO bfs file-system on a block device (usually a disk partition or a file accessed via the loop device). The size-in-blocks parameter is the desired size of the file system, in blocks. If nothing is specified, the entire partition will be used. OPTIONS
-N 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 volume-label Specify the volume label. I have no idea if/where this is used. -F fsname Specify the fsname. I have no idea if/where this is used. -v Be verbose. 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 ftp://ftp.kernel.org/pub/linux/utils/util-linux/. Util-linux 2.9x 12 Sept 1999 MKFS.BFS(8)