r
w
x
r-x
s
t
chmod u+s, set g+s
find / -type f \( -perm -2000 -o -perm -4000 \)
ln -s /path/to/file /path/to/link
sudo
sudo app
The user will be prompted for their pass and will be able to run the app as root for a limited amount of invocations (generally 1) or for a number of minutes (generally 5). This behavior is controlled by a /etc/sudoers file.
/etc/sudoers
crontab -e
crontab -l > outfile.txt
crontab infile.txt
Remember, your login is based on your machine's hostname, not on any other number. ~/[initials] refers to the subdirectory under your homedir, named after your initials. Everything except for .dotfiles will be stored in your ~/[initials] directory.
~/[initials]
© 1995-2001 jason carr Distributed under the terms of the GNU Free Documentation License.