UNIX
Unix (all-caps UNIX for the trademark) is a multitasking, multiuser computer operating system that exists in many variants. The original Unix was developed at AT&T's Bell Labs research center by Ken Thompson, Dennis Ritchie, and others.
MAC OSX is UNIX
Even Mac OSX is developed is a series of Unix-based graphical interface operating systems developed and marketed by Apple Inc.
LINUX / UNIX
Linux invented by Linus Torwalds , a finnish student as a project, which has grown to vast area of development where thousands of developers are been working upgrading the LINUX
10.01.2013
7.06.2013
Journaling
3:28 AM
0
Journaling avoids the time-consuming check that is automatically performed on a filesystem when it is abruptly unmounted for instance, as a consequence of a system crash.
System Calls
3:23 AM
0
Operating systems offer processes running in User Mode a set of interfaces to interact with hardware devices such as the CPU, disks,and printers. Putting an extra layer between the application and the hardware has several advantages. First, it makes programming easier by freeing users from studying low-level programming characteristics of hardware devices. Second, it greatly increases system security, because the kernel can check the accuracy of the request at the interface level before attempting to satisfy it. Last but not least, these interfaces make programs more portable, because they can be compiled and executed correctly on every kernel that offers the same set of interfaces. Unix systems implement most interfaces between User Mode processes and hardware devices by means of system calls issued to the kernel.
5.31.2013
Network Commands
1:59 AM
0
• ssh – SSH client (remote login program) :
“ssh is a program for logging into a remote machine and for
executing commands on a remote machine”
Usage: ssh [options] [user]@hostname
eg. ssh X guest@10.105.11.20
• scp – secure copy (remote file copy program) :
“scp copies files between hosts on a network”
Usage: scp [options] [[user]@host1:file1] [[user]@host2:file2]
eg. scp file1.txt guest@10.105.11.20:~/Desktop/
What does Linux mean?
1:51 AM
0
7.06.2012
Basic UNIX Commands
12:01 PM
0
init 0,1,2,3,4,5,6 - running modes of an Unix operating system (Solaris)
hostname - Get Hostname
date - Get date and time
cp - copy
ls - list contents in directory
cd - change directory
cd .. - back sirectory
cd \ - change to root directory
mv - move contents
history - show history of commands we used.
grep - to search pattern from a command output
date - to show date
wget <URL> - to download a particular entity from that web location.
gzip - to compress a file
tar - to zip a folder or combination of files
man <command> - to show detailed info of pages
find <location> -name <filename/pattern> - To search a file from that desired location.
hostname - Get Hostname
date - Get date and time
cp - copy
ls - list contents in directory
cd - change directory
cd .. - back sirectory
cd \ - change to root directory
mv - move contents
history - show history of commands we used.
grep - to search pattern from a command output
date - to show date
wget <URL> - to download a particular entity from that web location.
gzip - to compress a file
tar - to zip a folder or combination of files
man <command> - to show detailed info of pages
find <location> -name <filename/pattern> - To search a file from that desired location.
6.16.2012
UNIX OS Flavours
12:02 PM
0
The following is
some of the well-known Unix flavors, with links to their official home pages.
AIX - IBM
BSD/OS (BSDi) - Wind River
CLIX - Intergraph Corp.
Debian GNU/Linux - Software in the Public Interest, Inc.
Tru64 Unix (formerly Digital Unix) - Compaq Computer Corp.
DYNIX/ptx - IBM (formerly by Sequent Computer Systems)
Esix Unix - Esix Systems
FreeBSD - FreeBSD Group
GNU Herd - GNU Organization
HAL SPARC64/OS - HAL Computer Systems, Inc.
HP-UX - Hewlett-Packard Company
Irix - Silicon Graphics, Inc.
Linux - several groups several
LynxOS - Lynx Real-Time Systems, Inc.
MacOS X Server - Apple Computer, Inc.
NetBSD - NetBSD Group
NonStop-UX - Compaq Computer Corporation
OpenBSD - OpenBSD Group
OpenLinux - Caldera Systems, Inc.
Openstep - Apple Computer, Inc.
Red Hat Linux - Red Hat Software, Inc.
Reliant Unix - Siemens AG
SCO Unix - The Santa Cruz Operation Inc.
Solaris - Sun Microsystems (now ORACLE)
SuSE - S.u.S.E., Inc.
UNICOS - Silicon Graphics, Inc.
UTS - UTS Global, LLC
AIX - IBM
BSD/OS (BSDi) - Wind River
CLIX - Intergraph Corp.
Debian GNU/Linux - Software in the Public Interest, Inc.
Tru64 Unix (formerly Digital Unix) - Compaq Computer Corp.
DYNIX/ptx - IBM (formerly by Sequent Computer Systems)
Esix Unix - Esix Systems
FreeBSD - FreeBSD Group
GNU Herd - GNU Organization
HAL SPARC64/OS - HAL Computer Systems, Inc.
HP-UX - Hewlett-Packard Company
Irix - Silicon Graphics, Inc.
Linux - several groups several
LynxOS - Lynx Real-Time Systems, Inc.
MacOS X Server - Apple Computer, Inc.
NetBSD - NetBSD Group
NonStop-UX - Compaq Computer Corporation
OpenBSD - OpenBSD Group
OpenLinux - Caldera Systems, Inc.
Openstep - Apple Computer, Inc.
Red Hat Linux - Red Hat Software, Inc.
Reliant Unix - Siemens AG
SCO Unix - The Santa Cruz Operation Inc.
Solaris - Sun Microsystems (now ORACLE)
SuSE - S.u.S.E., Inc.
UNICOS - Silicon Graphics, Inc.
UTS - UTS Global, LLC
Subscribe to:
Posts (Atom)
Translate
Popular Posts
-
The GNU GRand Unified Boot loader (GRUB) is a program which enables the selection of the installed operating system or kernel to be loa...
-
1. A shell script is a text file that typically begins with a shebang, as follows: #!/bin/bash Shebang is a line on which #! is prefi...
-
The X Window System (X11, X, and sometimes informally X-Windows) is a windowing system for bitmap displays, common on UNIX-like computer ...
-
Kali has not stopped or restricted to the computers or laptops now its time to explore it on tablets. the tablets have very high collabor...
-
Features of network monitoring tools A network monitoring tool is usually hosted on a standalone server and runs its client software on e...
-
Linux gives you the scope of moderating the Speeds of the LINUX OS First we need check for our card if it is suitable attaining the sped ...
-
F false: Do nothing, unsuccessfully fdformat: This command is used for low level format of a floppy disk. fdisk: This is a partition ta...
-
Commands are typed and executed in a shell terminal. When a terminal is opened, a prompt is available which usually has the following for...
-
Artificial intelligence is a field of study in which we can program computers to make decisions for the work and attain a specific output....
-
Bash is a Unix shell written by Brian Fox for the GNU Project as a free software replacement for the Bourne shell (sh).Released in 1989, i...
Recent Posts
Categories
- Artificial intelligence in Nutshell (1)
- bashrc (1)
- computer file systems (1)
- creating users (1)
- ext (1)
- FAT (1)
- file systems (1)
- linux (1)
- services (1)
- Shell scripting (1)
- System Calls (1)
- veritas (1)
- vfs (1)
- xfs (1)
- zfs (1)