PDF4PRO ⚡AMP

Modern search engine that looking for books and documents around the web

Example: marketing

Unix/Linux Command Reference

Back to document page

Unix/Linux Command Commandsls directory listingls -al formatted listing with hidden filescd dir - change directory to dircd change to homepwd show current directorymkdir dir create a directory dirrm file delete filerm -r dir delete directory dirrm -f file force remove filerm -rf dir force remove directory dir *cp file1 file2 copy file1 to file2cp -r dir1 dir2 copy dir1 to dir2; create dir2 if it doesn't existmv file1 file2 rename or move file1 to file2if file2 is an existing directory, moves file1 into directory file2ln -s file link create symbolic link link to filetouch file create or update filecat > file places standard input into filemore file output the contents of filehead file output the first 10 lines of filetail file output the last 10 lines of filetail -f file output the contents of file as it grows, starting with the last 10 linesProcess Managementps display your currently active processestop display all running processeskill pid kill process id pidkillall proc kill all processes named proc *bg lists stopped or background jobs.

Ctrl+C – halts the current command Ctrl+Z – stops the current command, resume with fg in the foreground or bg in the background Ctrl+D – log out of current session, similar to exit Ctrl+W – erases one word in the current line Ctrl+U – erases the whole line Ctrl+R – type to bring up a recent command!! - repeats the last command

  Reference, Line, Command, Command reference

Download Unix/Linux Command Reference


Information

Domain:

Source:

Link to this page:

Please notify us if you found a problem with this document:

Spam in document Broken preview Other abuse

Related search queries