摘要:
– 来自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 阅读全文
摘要:
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 阅读全文