Skip to content

Commit

Permalink
Add newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
rane-brown committed Sep 1, 2018
1 parent 57a3b54 commit 1f32b19
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions README.mkdn
Original file line number Diff line number Diff line change
Expand Up @@ -22,23 +22,23 @@ The number 18 was picked as a value that works for me but feel free to adjust it
- **NOTE:** make sure to run this in a full screen terminal

# How to create special file types
ln: `ln -s source_file link_name`
mh: `ln source_file link_name`
or: delete the file pointed to by a symbolic link
mi: this is the deleted file pointed to by the symbolic link (only visible with `-l` option)
cd: `mknod dcharacter 1 5` (1 5 is major minor rev which is required)
bd: `mknod dblock b 1 5` (1 5 is major minor rev which is required)
pi: `mkfifo pipe_name`
so: `python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('dsocket')"`
su: create file and run `chmod 4750 file_name`
sg: create file and run `chmod 2750 file_name`
st: create directory then run `chmod +t dir_name`
ow: create directory then run `chmod o+w dir_name`
tw: create directory then run `chmod +t,o+w dir_name`
ln: `ln -s source_file link_name`<br>
mh: `ln source_file link_name`<br>
or: delete the file pointed to by a symbolic link<br>
mi: this is the deleted file pointed to by the symbolic link (only visible with `-l` option)<br>
cd: `mknod dcharacter 1 5` (1 5 is major minor rev which is required)<br>
bd: `mknod dblock b 1 5` (1 5 is major minor rev which is required)<br>
pi: `mkfifo pipe_name`<br>
so: `python -c "import socket as s; sock = s.socket(s.AF_UNIX); sock.bind('dsocket')"`<br>
su: create file and run `chmod 4750 file_name`<br>
sg: create file and run `chmod 2750 file_name`<br>
st: create directory then run `chmod +t dir_name`<br>
ow: create directory then run `chmod o+w dir_name`<br>
tw: create directory then run `chmod +t,o+w dir_name`<br>

## Unable to create
do: ??? Solaris only
ca: use `setcap` http://www.andy-pearce.com/blog/posts/2013/Mar/file-capabilities-in-linux/
do: ??? Solaris only<br>
ca: use `setcap` http://www.andy-pearce.com/blog/posts/2013/Mar/file-capabilities-in-linux/ <br>

# Known Issues
Certain icons seems to make the listing not display correctly ie large amount of whitespace and icon on the above line.
Expand Down

0 comments on commit 1f32b19

Please sign in to comment.