Search Results

Search: Posts Made By: SomeDudeOnline
5,161
Posted By Don Cragun
No. The first character indicates the file type:...
No. The first character indicates the file type:
b Block special file.
c Character special file.
d Directory.
l Symbolic link.
...
5,161
Posted By Neo
When the "file" is actually a "directory" the...
When the "file" is actually a "directory" the "execute" permissions become "search directory" permissions, so Jim's table looks something like this, for directories:

0 (no permission)
1 search
2...
5,161
Posted By jim mcnamara
Example first column of ls -l File type:...
Example first column of ls -l

File type: d== directory l== link
|
|
|
|
|
_
drwxrwxr-x
___ ___
| ___ |
| | |
| | (World) other permissions r,w,x, and -
| group...
5,161
Posted By [MA]Flying_Meat
The most important thing you should learn how to...
The most important thing you should learn how to use is the "man" command (short for manual).

if you want to find out about a command and what it does, issue the following commands and learn what...
5,161
Posted By cjcox
d = directory (folder) l = symbolic link...
d = directory (folder)
l = symbolic link (reference to a file or folder somewhere else, thus the arrow -> to whatever it point to)

pwd = print working dir (yes, the directory you are in)
ls -l =...
Showing results 1 to 5 of 5

 
All times are GMT -4. The time now is 06:38 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy