| Sep | OCT | Nov |
| 26 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
alias ls='nat'in your zshrc at ~/.zshrc
apt-get install rustc cargo cd /tmp git clone https://github.com/willdoescode/nat.git cd /tmp/nat cargo build --release cd target/release ./natTo install nat locally
cd /tmp/nat cargo install --path .and add this line to your
$HOME/.bashrc
export PATH=$PATH:$HOME/.cargo/bin
yay -S nat-git
alias ls='nat'
nat <dir>
nat <dir (leave empty if in wanted dir)> -f <file>
git clone https://github.com/willdoescode/nat.git
cd nat
rm /usr/local/bin/nat
000 no access
100 read
010 write
001 execute
101 read and execute
110 read and write
011 write and execute
111 read write and execute
what nat does is it combines these permissions for
user-group-other
so if the user has read write and execute and the group has read and write and other has no perms the output will look like
rwxrw----
If all groups have read write and execute the output would look like
rwxrwxrwx