Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

ubuntu check permissions of file

# To check permission of a file, or directory
# you can use the following command:
ls -l directory

# or
stat directory

# or, if you want to see only the permissions in numeric (octal) format:
stat -c %a directory
Comment

PREVIOUS NEXT
Code Example
Shell :: ! [remote rejected] main - main 
Shell :: install jwt express 
Shell :: conda install paraview 
Shell :: git ignore 
Shell :: requirements.txt conda 
Shell :: how to install powerline for ubuntu 
Shell :: setup virtualenv python windows 
Shell :: how to commit single file in git 
Shell :: nano for windows 
Shell :: linux create folder 
Shell :: split sh string 
Shell :: opencv tutorial python 
Shell :: install docker in ubuntu 
Shell :: how to connect to heroku app using git remotely 
Shell :: fork bomb linux 
Shell :: how to write a shell script in ubuntu 
Shell :: pip upgrade all 
Shell :: docker pack image to file 
Shell :: gh create github repo 
Shell :: apache enable module 
Shell :: Not Found The requested URL was not found on this server. Apache/2.4.41 (Ubuntu) Server at localhost Port 80 
Shell :: The "@angular/compiler-cli" package was not properly installed. 
Shell :: cat eof 
Shell :: base64 decode command line ubuntu 
Shell :: sound and video on cards will not function until mpv or mplayer is installed 
Shell :: git heroku commit 
Shell :: how to update git in vscode 
Shell :: ubuntu use pip as pip3 
Shell :: watch and compile scss command 
Shell :: install elasticsearch 
ADD CONTENT
Topic
Content
Source link
Name
9+8 =