/* copy.c — core functions for copying files and directories Copyright (C) 89, 90, 91, 1995-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or …
Category Archives: Uncategorized
install.3 [ reading code ]
For no king has any different origin or birth, but one is the entry into life for all; and in one same way they leave it. Wisdom 7:5-6 #define PROGRAM_NAME “install” Proposition. the value of PROGRAM_NAME is install
chdir
Displays the name of the current directory or changes the current folder. http://filext.com/faq/directory_folder_definition.php
kill
kill – send a signal to a process http://www.linuxjournal.com/node/1332/print
readings.2
History of mathematical logic. http://www.math.uwaterloo.ca/~snburris/htdocs/history.html
part of original file [ stat.c ]
/* stat.c — display file or file system status Copyright (C) 2001-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any …
host
DNS lookup utility http://linux.die.net/man/1/host
label
Creates, changes, or deletes the volume label (that is, the name) of a disk http://en.wikipedia.org/wiki/Volume_(computing)#Volume_label
readings.1
suggested reading for mathematical relations to coding. http://stwww.weizmann.ac.il/g-cs/benari/books/ml2.html
part of the original file [ uname.c ]
/* uname — print system information Copyright (C) 1989, 1992, 1993, 1996, 1997, 1999-2005, 2007-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at …