Please enable JavaScript.
Coggle requires JavaScript to display documents.
Linux Commands
MdJaved (ls - list items in current directory
(ascending…
-
-
-
-
mv - to move file to new location
mv ./file.txt /tmp/abc/file-1.txt -- will move file to new location with new name
mv dirA dirB - a directory can be renamed to dirB
cp - to copy file or directory
cp -r dirA dirB - copy the directory structure to dirB
or copy a file to directory
-
Disk counter In perfmon
Disk Read Bytes/sec,
Disk Write Bytes/sec
-
Disk Reads/sec,
Disk Writes/sec
-
-
Shell
-
!/bin/sh
it's a symbolic link to the available shell in OS (system shell) POSIX compatible (more versatile script)
-
-
-
-