摘要: – 来自University of Mississippi 的教学生如果使用Unix命令和操作系统交互的课程Using UNIX commandsYou interact with the Unix operating system by entering a command at the shell prompt.You can look up the command in the On-line Manual for a complete description of it.About commandsDid You Know?Where are commands located?Ente 阅读全文
posted @ 2011-08-23 15:17 sangreal 阅读(142) 评论(0) 推荐(0) 编辑
摘要: Basic Unix CommandsThe following list of basic unix commandshas been compiled by Per Kistler.Directory::Show current directorypwdShow content of directoryls -alChanging directorycd <newdir>Creating directorymkdir <dir>Deleting directory if emptyrmdir <dir>Deleting directory if full 阅读全文
posted @ 2011-08-23 15:15 sangreal 阅读(500) 评论(0) 推荐(0) 编辑