1 * Copyright (c) Level 2012, Yantai University School of Computer Science
2 * All rights reserved.
3 * Pay Record Super
4 * Completion Date: February 5, 2015
5 * Version number: v1.0
6 * Topics of study:
7 * Usage Environment: Linux command line
8 * Benefits of Use:
9 * Usage Time:
10 * How to use:
11 * Learning Content:
One: The main features of the Cloud spark Linux kernel:
1 Process Management
2 Memory Management
3 text-to-feed system management
4 Hardware function Management
5 Complete mechanism
Two: Linux system version
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/5D/1F/wKioL1UiCIySAysDAAGAzuwAdJg656.jpg "title=" 1028430_1368499298kktr.jpg "alt=" Wkiol1uiciysaysdaagazuwadjg656.jpg "/>
Third: Free software Organization Agreement:
1:gfdl:gnu the short form of the Free Document license (GNU documentation License).
The freedom here is not price free, it's not about the price but the use of software is free for all users. The GPL achieves this through the following means:
1). It requires that the software be published as source code and that any user can copy or publish the software to other users in the form of source code.
2). If the user's software is part of any software protected by the GPL, the software inherits the GPL software and becomes the GPL software, which means that the source code must be published with the application.
3). The GPL does not exclude the commercial packaging and distribution of free software, nor does it restrict the packaging and distribution of other non-free software on the basis of free software.
LGPL: Rolling more lenient Public License
GUI: Graphical interface
CLI: Based on the command line interface
Three graphical interfaces
1 Gnome C Development
2 KDE C + + development
3 Kfaces Embedded Development
CLI (Command line interface); Shell interface
Sh,bash,csh,ksh,tcsh
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/5D/31/wKioL1UiMO6yw0aFAAB1FPHZesQ726.jpg "title=" 20150406_150142.jpg "alt=" Wkiol1uimo6yw0afaab1fphzesq726.jpg "/>
Virtual Terminal (terminal)
STARTX: Switch to the graphical interface
Ctrl+alt +F1-F7: Switch virtual terminal to use F1-F7 switch after first use of STARTX
Different command prompt for administrators and ordinary users
Admin is # Normal user is $
Switch commands between users Su
SU user name: partial switch
Su-l User name: Full switch
Four: Command general format for Linux systems
Command option Parameters
Command Options argument
Options: Modify how commands are executed
Short option-charater
Long option--word
Parameters: The Action object of the command
This article is from "Cloud Spark" blog, please make sure to keep this source http://lingyunxinghuo.blog.51cto.com/9876729/1629251
A New Beginning