⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 hel1

📁 unix v7是最后一个广泛发布的研究型UNIX版本
💻
📖 第 1 页 / 共 2 页
字号:
and minute.Ranges are specifiable for each..sh ATSchedule a one-shot action for an arbitrary time..sh TEEPass data between processes and divert a copy into one or more files..NH 2Status Inquiries.LP.sh LSList the names of one, several, or all files in one or more directories..opAlphabetic or temporal sorting, up or down..opOptional information:size,owner,group,date last modified,date last accessed,permissions,i-node number..sh FILETry to determine what kind of information is in a file by consultingthe file system index and by reading the file itself..sh DATEPrint today's date and time.Has considerable knowledgeof calendric and horological peculiarities..opMay set.UC UNIX 'sidea of date and time..sh DFReport amount of free space on file system devices..sh DUPrint a summary of total space occupied by all files in a hierarchy..sh QUOTPrint summary of file space usage by user id..sh WHOTell who's on the system..opList of presently logged in users,ports and times on..opOptional history of all logins and logouts..sh PSReport on active processes..opList your own or everybody's processes..opTell what commands are being executed..opOptional status information:state and scheduling info,priority,attached terminal,what it's waiting for,size..sh IOSTATPrint statistics about system I/O activity..sh TTYPrint name of your terminal..sh PWDPrint name of your working directory..NH 2Backup and Maintenance.LP.sh MOUNTAttach a device containinga file system tothe tree of directories.Protects against nonsense arrangements..sh UMOUNTRemove the file system contained on a devicefrom the tree of directories.Protects against removing a busy device..sh MKFSMake a new file system on a device..sh MKNODMake an i-node (file system entry) for a special file.Special files arephysical devices,virtual devices, physical memory, etc..sh TP.sh TARManage file archives on magnetic tape or DECtape.TAR is newer..opCollect files into an archive..opUpdate DECtape archive by date..opReplace or delete DECtape files..opPrint table of contents..opRetrieve from archive..sh DUMPDump the file systemstored on a specified device, selectively by date, or indiscriminately..sh RESTORRestore a dumped file system,or selectively retrieve parts thereof..sh SUTemporarily become the super user with all the rights and privilegesthereof.Requires a password..sh DCHECK.sh ICHECK.sh NCHECKCheck consistency of file system..opPrint gross statistics:number of files,number of directories,number of special files,space used,space free..opReport duplicate use of space..opRetrieve lost space..opReport inaccessible files..opCheck consistency of directories..opList names of all files..sh CLRIPeremptorily expunge a file and its space from a file system.Used to repair damaged file systems..sh SYNCForce all outstanding I/O on the system to completion.Used to shut down gracefully..NH 2Accounting.LPThe timing information on which the reports are based can bemanually cleared or shut off completely..sh ACPublish cumulative connect time report..opConnect time by user or by day..opFor all users or for selected users..sh SAPublish Shell accountingreport.Gives usage information on each command executed..opNumber of times used..opTotal system time, user time and elapsed time..opOptional averages and percentages..opSorting on various fields..NH 2Communication.LP.sh MAILMail a message to one or more users.Also used to read and dispose of incoming mail.The presence of mail is announced by LOGINand optionally by SH..opEach message can be disposed of individually..opMessages can be saved in files or forwarded..sh CALENDARAutomatic reminder service for events of today and tomorrow..sh WRITEEstablish direct terminal communication with another user..sh WALLWrite to all users..sh MESGInhibit receipt of messages from WRITE and WALL..sh CUCall up another time-sharing system..OPTransparent interface to remote machine..OPFile transmission..OPTake remote input from local file or put remote outputinto local file..OPRemote system need not be.UC UNIX ..sh UUCP.UC UNIXto.UC UNIXcopy..OPAutomatic queuing until line becomes availableand remote machine is up..OPCopy between two remote machines..opDifferences, mail, etc., between two machines..NH 2Basic Program Development Tools.LPSome of these utilities are used as integral parts ofthe higher level languages described in section 2..sh ARMaintain archives and libraries.Combines several files into one for housekeeping efficiency..opCreate new archive..opUpdate archive by date..opReplace or delete files..opPrint table of contents..opRetrieve from archive..sh ASAssembler.Similar to PAL-11, but different in detail..opCreates object program consisting of.in+2.nfcode, possibly read-only,initialized data or read-write code,uninitialized data..in -2.fi.opRelocatable object code is directly executable withoutfurther transformation..opObject code normally includes a symbol table..opMultiple source files..opLocal labels..opConditional assembly..op``Conditional jump'' instructions becomebranches or branches plus jumps depending on distance..sh LibraryThe basic run-time library.These routines are used freely by all software..opBuffered character-by-character I/O..opFormatted input and output conversion (SCANF and PRINTF)for standard input and output, files, in-memory conversion..opStorage allocator..opTime conversions..opNumber conversions..opPassword encryption..opQuicksort..opRandom number generator..opMathematical function library, includingtrigonometric functions and inverses,exponential, logarithm, square root,bessel functions..sh ADBInteractive debugger..opPostmortem dumping..OPExamination of arbitrary files, with no limit on size..opInteractive breakpoint debugging with the debugger as a separateprocess..OPSymbolic reference to local and global variables..opStack trace for C programs..OPOutput formats:.in+2.nf1-, 2-, or 4-byte integers in octal, decimal, or hex.brsingle and double floating point.brcharacter and string.brdisassembled machine instructions.br.fi.in-2.opPatching..OPSearching for integer, character, or floating patterns..OPHandles separated instruction and data space..sh ODDump any file.Output options include any combination ofoctal or decimal by words,octal by bytes,ASCII,opcodes,hexadecimal..opRange of dumping is controllable..sh LDLink edit.Combine relocatable object files.Insert required routines from specified libraries..opResulting code may be sharable..opResulting code may have separate instruction and data spaces..sh LORDERPlaces object file names in proper order for loading,so that files depending on others come after them..sh NMPrint the namelist (symbol table) of an object program.Provides control over the style and order ofnames that are printed..sh SIZEReport the core requirementsof one or more object files..sh STRIPRemove the relocation and symbol table information froman object file to save space..sh TIMERun a command and report timing information on it..sh PROFConstruct a profile of time spent per routinefrom statistics gathered by time-sampling theexecution of a program.Uses floating point..opSubroutine call frequency and average times for C programs..sh MAKEControls creation of large programs.Uses a control file specifying source file dependenciesto make new version;uses time last changed to deduce minimum amount of work necessary..opKnows about CC, YACC, LEX, etc..NH 2UNIX Programmer's Manual.LP.sh ManualMachine-readable version of the.UC UNIXProgrammer's Manual..opSystem overview..opAll commands..opAll system calls..opAll subroutines in C and assembler libraries..opAll devices and other special files..opFormats of file system and kindsof files known to system software..opBoot and maintenance procedures..sh MANPrint specified manual section on your terminal..NH 2Computer-Aided Instruction.LP.sh LEARNA program for interpreting CAI scripts, plus scriptsfor learning about .UC UNIXby using it..opScripts for basic files and commands,editor,advanced files and commands,.UC EQN ,.UC MSmacros,C programming language.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -