Hard and symbolic links Weight: Revision history

From Mintarc Forge

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

20 February 2025

  • curprev 02:1102:11, 20 February 2025 Tommy talk contribs 1,789 bytes +1,789 Created page with "== n - Create links between files == Examples: *ln file1 file2: Create a hard link named file2 pointing to file1 *ln -s source target: Create a symbolic link named target pointing to source *ln -f existing_file new_link: Force creation of link, overwriting if it exists == ls - List directory contents, including link information == Examples: *ls -l: Long listing format, shows link count and symlink targets *ls -i: Display inode number for each file *ls -lF: Append indica..."