Welcome![Sign In][Sign Up]
Location:
Search - linux pwd

Search list

[Linux-UnixShellOfLinux

Description: Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能) 试验内容: 实现简单的Shell,至少能处理四条命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号 logout :退出shell -a few simple order to achieve the basic framework has been put up. If need be on the basis of this expansion (code added to the number of orders carried out simultaneously function) test : Shell simple realization, at least four orders can handle cd : the process of change the current path pwd : View the current path process pid : View the current process, logout : withdraw from the shell
Platform: | Size: 2212 | Author: shoarh | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。
Platform: | Size: 4650 | Author: Draco | Hits:

[Linux-Unixclient

Description: linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等
Platform: | Size: 39213 | Author: liusong | Hits:

[Documentsjava SE 笔记

Description: Java 语言基础 Day01 2011/7/29 ==================== 1. Linux 简介 1) 文件系统 2) 当前工作目录, 就是当前正在使用的默认文件夹 文件夹=目录 pwd 打印(显示)当前工作目录 3) 用户主目录(user home), 是属于当前登录用户个人的目录 个人主目录, 用户拥有对自己用户主目录全部管理权限. 4) mkdir 创建文件夹 mkdir demo 在当前文件夹(工作目录)里创建文件夹demo 5) cd 切换(更改)当前工作目录 .. 代表上层目录, cd .. 切换到上层目录 . 代表当前目录 cd 指定的目录 cd / 到跟目录 cd /home/liucs 到主目录
Platform: | Size: 111113 | Author: ejany_zy@163.com | Hits:

[Linux-UnixShellOfLinux

Description: Linux中Shell的几条简单命令的实现,基本框架已经搭好了,如果需要可以在此基础上进行扩充(代码中增加了多条命令同时执行的功能) 试验内容: 实现简单的Shell,至少能处理四条命令 cd :改变进程当前路径 pwd :查看进程当前路径 pid:查看当前进程号 logout :退出shell -a few simple order to achieve the basic framework has been put up. If need be on the basis of this expansion (code added to the number of orders carried out simultaneously function) test : Shell simple realization, at least four orders can handle cd : the process of change the current path pwd : View the current path process pid : View the current process, logout : withdraw from the shell
Platform: | Size: 2048 | Author: shoarh | Hits:

[Embeded Linuxpwm

Description: ARM s3c2410 linux2.6下的pwd驱动.-ARM s3c2410 linux2.6 drive under the pwd.
Platform: | Size: 2048 | Author: zhouying | Hits:

[Linux-Unixftp

Description: 在Linux系统上使用Socket接口实现FTP客户端和服务器的程序,使客户端可以连接至服务器,并且可以进行一些FTP的基本操作。客户端和服务器的命令通道和数据通道需要分离,支持以下一些FTP命令: get:取远方的一个文件 put:传给远方一个文件 pwd:显示远方当前目录 dir:列出远方当前目录 cd:改变远方当前目录 ?:显示提供的命令 quit:退出返回 !dir,列出本地当前目录。-In Linux system using the Socket interface FTP client and server process, so that the client can connect to servers, and FTP can also conduct some of the basic operation. Client and server command channel and data channels need to be separated from support for the following FTP command: get: get a file from afar put: the distance to a file pwd: display the distance the current directory dir: lists the current remote directory cd: changes the distance the current directory? : Display command quit: exit to return! Dir, set out in the local current directory.
Platform: | Size: 4096 | Author: Draco | Hits:

[Linux-Unixclient

Description: linux下RFC 959 FTP客户端程序,可以下载上传 ls pwd cd lcd等-linux under RFC 959 FTP client program, you can download upload, such as ls pwd cd lcd
Platform: | Size: 38912 | Author: liusong | Hits:

[Embeded Linuxqte

Description: Qt/Embedded的安装(本人亲自安装步骤) 准备源码包 ◆ tmake 1.11 或更高版本;(生成Qt/Embedded应用工程的Makefile文件) ◆ Qt/Embedded 2.3.7 (Qt/Embedded 安装包) ◆ Qt 2.3.2 for X11; (Qt的X11版的安装包, 它将产生x11开发环境所需要的两个工 具) 假设把源码包解压所在/root/build-arm下 1安装tmake 进入tmake-1.11目录 cd /root/build-arm/tmake-1.11 export TMAKEDIR=$PWD/tmake-1.11 export TMAKEPATH=$TMAKEDIR/lib/qws/linux-arm-g++ export PATH=$TMAKEDIR/bin:$PATH 2.安装Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR=$PWD export PATH=$QTDIR/bin:$PATH export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH ./configure -no-xft -thread -gif -system-jpeg -sm -shared [make] make -C tools/qvfb make -C tools/qembed-Qt/Embedded ready source packages installation ◆ tmake 1.11 or later [generate Qt/Embedded application engineering of the Makefile file] ◆ Qt/Embedded 2.3.7 [Qt/Embedded installation package] ◆ Qt 2.3.2 for X11 [Qt the X11 version of installation package, it will have x11 development environment required by the two tools] It is assumed that the source packages decompression where/root/build-arm under one installation tmake enter tmake-1.11 directory cd/root/build-arm/tmake-1.11 export TMAKEDIR = $ PWD/tmake-1.11 export TMAKEPATH = $ TMAKEDIR/lib/qws/linux-arm-g++ export PATH = $ TMAKEDIR/bin: $ PATH 2. installation Qt/X11 2.3.2 cd qt-2.3.2 export QTDIR = $ PWD export PATH = $ QTDIR/bin: $ PATH export LD_LIBRARY_PATH = $ QTDIR/lib: $ LD_LIBRARY_PATH./configure-no-xft-thread-gif-system-jpeg-sm-shared [ make] make-C tools/qvfb make-C tools/qembed
Platform: | Size: 1024 | Author: 马科 | Hits:

[Linux-Unixshell1

Description: 实现简单的Linux Shell,至少支持cd、pwd、logout、ls等命令-Implementing simple Linux Shell, at least to support the cd, pwd, logout, ls command, etc.
Platform: | Size: 1024 | Author: No1_chen | Hits:

[Internet-Networkftpd

Description: A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance-A very simple ftp server s source code for demonstration. * It supports PASV/PORT modes and following operations: * ls,pwd,cwd,get,put,dele. * I have tested it using following ftp clients: * 1. Windows XP s command line ftp client, * 2. IE 6.0, * 3. Redhat 9.0 s ftp client, * 4. CuteFTP 8, * I ll introduce more functions and improve its performance
Platform: | Size: 7168 | Author: 陈绍辉 | Hits:

[Linux-UnixFTPService

Description: ftp服务器的主要功能是上传下载文件以达到数据共享的目的。在linux底下开发ftp服务器旨在帮助学员综合运用linux初级编程与linux高级编程所学到的知识。如:守护进程的编写,进程间通讯, 管道,socket编程,文件I/O标准库函数与系统调用,以及文件权限管理等等。具体操作详见压缩包里面的文档有操作服务手册,可以控制上传和下载的速度。-USER PASS CWD,XCWD CDUP REIN QUIT PORT PASV TYPE MODE RETR STOR APPE REST RNFR,RNTO ABOR DELE RMD,XRMD MKD,XMKD PWD,XPWD LIST NLST SYST STAT SIZE HELP NOOP
Platform: | Size: 292864 | Author: | Hits:

[Linux-Unixftp

Description: 在linux环境下用socket编程实现一个FTP,并支持以下命令: 1.?显示FTP的命令 2.pwd显示客户端的路径 3.dir列出客户端的文件信息 4.cd 改变客户端的路径 5.put 上传一个文件 6.get 下载一个文件 7.quit 结束,退出FTP -In the linux environment, with the socket programming an FTP, and supports the following commands: 1.? Show FTP commands 2.pwd shows the path of 3.dir client list client' s file information 4.cd to change the path of the client 5.put upload a file to download a file 7.quit end 6.get, exit FTP
Platform: | Size: 76800 | Author: fukker | Hits:

[Internet-Networkmyftpserver

Description: 使用c编写的简易ftp服务器端程序。实现的命令有:user,pass,cwd,port,pasv,type,retr,stor,dele,mkd,pwd,list,syst,quit。在linux下编译后可以执行。-Simple ftp using c write server-side program. Achieve the commands are: user, pass, cwd, port, pasv, type, retr, stor, dele, mkd, pwd, list, syst, quit. In the under linux compiled enforceable.
Platform: | Size: 3072 | Author: 王国澎 | Hits:

[Internet-Networkmyftpclient

Description: 使用c语言编写的ftp客户端程序。实现的命令有:open,usr,pwd,cd,ls/dir,get,put,delete,mkdir,help/?,quit。在linux下编译执行。-Using the c language of the ftp client program. Implemented commands: open, usr, pwd, cd, ls/dir, get, put, delete, mkdir, help /?, Quit. Compiled in the linux implementation.
Platform: | Size: 3072 | Author: 王国澎 | Hits:

[Embeded LinuxlinuxShellCode

Description: Linux shell 中多个命令的源代码,如:CP,RM,SU ,UNAME ,mv ,pwd ,ln ,cut ,touch ,unlink, stat ,rmdir ,mkdir等终端命令的源代码-Linux shell commands in multiple source code, such as: CP, RM, SU, UNAME, mv, pwd, ln, cut, touch, unlink, stat, rmdir, mkdir and other terminal command source code
Platform: | Size: 220160 | Author: 李工 | Hits:

[Linux-Unixfs

Description: Linux下的c编程,主要实现功能是模仿Linux操作系统中的pwd命令,学会这个编写有助于了解系统命令的机制-C programming under Linux, the main achievement is to imitate the Linux operating system functions in the pwd command to learn the writing system commands help to understand the mechanisms
Platform: | Size: 1024 | Author: John | Hits:

[Technology ManagementLinux-jichuminglingjiaocheng

Description: linux基础命令教程目录: Shell Linux的登陆 Linux的登陆续 关机和注销 显示当前工作目录中的内容 显示隐藏的文件 显示其他目录中的文件 建立目录 删除目录 切换目录 复制文件 移动文件 创建文件 删除文件 通配符 pwd 增加用户 搜索文件 显示文件内容-cat 显示文件内容-more 显示文件内容-less 显示文件内容-head和tail 从Windows转向Linux教程 Linux海量资源 -linux command tutorial directory based on: Shell Linux landing Linux-landing continued Shutdown and logoff Display content in the current working directory Show hidden files Display the files in other directories Create a directory Remove a directory Toggle Table of Contents Copy files Move files Create a file Delete Files Wildcards pwd Increase user Search for files Display the contents of the file-cat Display the contents of the file-more Displays the file content-less Display the contents of the file-head and tail From Windows to Linux tutorials Linux massive resources
Platform: | Size: 1298432 | Author: 杨光 | Hits:

[Linux-Unixpwd

Description: Mini pwd implementation busybox for Linux. -Mini pwd implementation busybox for Linux.
Platform: | Size: 2048 | Author: huiwuemon | Hits:

[Linux-Unixpwd

Description: UNIX shell Device Driver for linux v2.13.6.
Platform: | Size: 2048 | Author: weixengmt | Hits:
« 12 »

CodeBus www.codebus.net