From 74344ec30e887ea952e9117771ca752e9ab3f06a Mon Sep 17 00:00:00 2001 From: Eduard Alexander Lucena Mendoza Date: Dec 06 2017 16:26:33 +0000 Subject: Adding the $/# handler to the 'File Directories' section --- diff --git a/users/Fedora_Cheat_Cube_Users.svg b/users/Fedora_Cheat_Cube_Users.svg index aeab3bf..62c6b47 100644 --- a/users/Fedora_Cheat_Cube_Users.svg +++ b/users/Fedora_Cheat_Cube_Users.svg @@ -839,18 +839,18 @@ guidetolerance="10" inkscape:pageopacity="0" inkscape:pageshadow="2" - inkscape:window-width="1920" - inkscape:window-height="1053" + inkscape:window-width="1366" + inkscape:window-height="741" id="namedview3413" showgrid="false" inkscape:document-units="cm" inkscape:zoom="2.2748518" - inkscape:cx="642.9009" - inkscape:cy="600.62239" - inkscape:window-x="1366" + inkscape:cx="639.64213" + inkscape:cy="405.44484" + inkscape:window-x="0" inkscape:window-y="27" inkscape:window-maximized="1" - inkscape:current-layer="g29585" + inkscape:current-layer="g3421" showguides="true" inkscape:guide-bbox="true" inkscape:snap-global="true" @@ -1001,50 +1001,50 @@ style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:6.71324492px;font-family:'Liberation Mono';-inkscape-font-specification:'Liberation Mono, Normal';font-variant-ligatures:normal;font-variant-caps:normal;font-variant-numeric:normal;font-feature-settings:normal;text-align:start;writing-mode:lr-tb;text-anchor:start" id="flowPara8444-1-3">cd $ cd directory change to directorycd .. $ cd .. change to parent directorycd - $ cd - change to previous directorypwd $ pwd display current directoryls $ ls list files in work directoryls -a $ ls -a list all files (including hidden files)cp $ cp file dest copy file to cp -r $ cp -r directory dest copy directory to mv $ mv source dest move/rename file/directory to destmkdir $ mkdir new-directory create new-directoryrm $ rm file remove file*rm -r $ rm -r folder remove folder recursively*ln -s $ ln -s file link create symbolic link of mount -t # mount -t type device mount-point mount devicemount -o # mount -o loop iso mount-point mount iso image/home/user or $ /home/user or ~/ your home directory