This Is Your Brain On Informatics: Linux: Difference between revisions
No edit summary |
No edit summary |
||
| Line 62: | Line 62: | ||
| rm [options] [directory] || Remove (delete) file(s) and/or directories. | | rm [options] [directory] || Remove (delete) file(s) and/or directories. | ||
|- | |- | ||
| rmdir [options] directory || Delete empty directories. | | rmdir [options] [directory] || Delete empty directories. | ||
|- | |- | ||
| ssh [options] [user@machine] || Remotely log in to another Linux machine, over the network. | | ssh [options] [user@machine] || Remotely log in to another Linux machine, over the network. | ||